I want to create a library that can be consumed by...
# intellij
c
I want to create a library that can be consumed by already existing iOS and Android apps. When creating a new project in IntelliJ one of the options is Kotlin/Native. I believe this is option that I want. Am I correct. I’m using IntelliJ Ultimate EAP if that helps.
s
#kotlin-native maybe
g
You need Multiplatorm project and Kotlin/N ative template is also suitable for that because uses kotlin-multiplatform plugin and can be extended with iOS/Android targeters
👍 1