Hi! I’m a bit confused with the available Gradle-P...
# kotlin-native
r
Hi! I’m a bit confused with the available Gradle-Plugins for Kotlin/Native (multiplatform and native) and hope someone can point me in the right direction. I want to write a library in Kotlin/Native that is only targeted for one platform (native on Raspberry Pi) and should be used by other/independently set up Kotlin/Native projects. Do I use the
org.jetbrains.kotlin.platform.native
plugin in for this or do I also use the
kotlin-multiplatform
plugin?
In answer to myself I just realized that the native plugin is deprecated in favor of the multiplattform plugin.
👍 3