what's the difference between `org.jetbrains.kotlin.android` and `kotlin-android` ?
p
what's the difference between
org.jetbrains.kotlin.android
and
kotlin-android
?
j
It is the same
c
which one is the preferred one?
p
OpenGPT says they are not exactly the same 😆 Is that correct?
j
AFAIK the same plugin is applied so whatever you want
checked, it is the same. apply any of them and check if the other is there with this function
Copy code
println(pluginManager.hasPlugin(…))
p
Ok, thanks for checking
which one is the preferred one?
org.jetbrains.kotlin.android
is newer one. I think they moved it, so I guess it's preferred.
c
that stands to reason, cheers Peter!