The blog above said to request features if interes...
# korge
a
The blog above said to request features if interested. So, take this as a feature request The korge gradle plugin should let the user decide which target they want to compile to. Sometimes, I want just to target say jvm and js only. The fact that I need to provide external dependencies (If I happen to have them). I need to provide them for each platform (even the one's I am not interested in) is not I deal.
d
You can disable kotlin native: https://github.com/korlibs/korge-plugins/blob/master/korge-gradle-plugin/src/main/kotlin/com/soywiz/korge/gradle/KorgeExtension.kt#L126 Would you prefer to disable some targets by applying a specific plugin?
a
This is exactly what I was looking for, I assume the
disable.kotlin.native
goes in
gradle.properties
correct?
d
yes
a
Thank you
f
I still think a more selective approach for targets would be nice. E.g. enable them individually instead of auto enable all of them. Even if I want to release for Windows I might not want to release for MacOS and Linux since I might not be able todo proper testing on each platform
d
Feel free to open a feature request here: https://github.com/korlibs/korge-plugins/issues