This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swipe: | |
3: | |
left: | |
command: 'xdotool key alt+Shift+Tab' | |
right: | |
command: 'xdotool key alt+Tab' | |
up: | |
command: 'xdotool key super' | |
down: | |
command: 'xdotool key super' |
First, we add the new project to the settings.gradle
file by adding the line below
include ':SharedCode'
Next, we need to create a SharedCode/build.gradle.kts
file with the following content:
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget