is there a way to run a build for only 1 target?
# gradle
s
is there a way to run a build for only 1 target?
m
With Gradle?
./gradlew compileKotlinJvm
./gradlew compileKotlinJs
etc.
s
yes with gradle, perfect thank you!