Let’s say I have a current Kotlin library who is J...
# gradle
s
Let’s say I have a current Kotlin library who is JVM and JS. So I currently have those binaries
library-runtime-jvm
and
library-runtime-js
. Now I want to integrate iOS, macOS and linux but I don’t want to have one for each preset. I would prefer to have
library-runtime-native
. How would I archieve this?