after adding `apply plugin: 'org.jetbrains.kotlin....
# multiplatform
s
after adding
apply plugin: 'org.jetbrains.kotlin.multiplatform'
i'm getting following error. What could be the problem?
p
Do you apply this plugin already in the root gradle file?
s
i've an android app in which i want to add KMP library locally.
p
I recommend to check out the example project “Shared UI Multiplatform App” by jetbrains. https://kmp.jetbrains.com/#templateGallery
🙌 1