We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5319b0a commit fccb069Copy full SHA for fccb069
1 file changed
evdev/build.gradle.kts
@@ -49,6 +49,9 @@ android {
49
}
50
51
52
+// IMPORTANT! Specify path to rustc and cargo in local.properties with the following lines:
53
+// rust.cargoCommand=/Users/username/.cargo/bin/cargo
54
+// rust.rustcCommand=/Users/username/.cargo/bin/rustc
55
cargo {
56
val isDebug = gradle.startParameter.taskNames.any { it.lowercase().contains("debug") }
57
0 commit comments