Is sqldelight compatible with the new way of build...
# multiplatform
g
Is sqldelight compatible with the new way of building an MP of
kotlin-multiplatform
gradle plugin? I keep seeing libraries using the
org.jetbrains.kotlin.multiplatform
plugin. Is it the same one as
kotlin-multiplatform
plugin?
k
Same
g
Thanks @kpgalligan !
j
Prefer the latter
k
The longer or shorter?
g
@jw Do you mean
org.jetbrains.kotlin.multiplatform
? For it being clearer where the plugin come from, like how we switched at some point from “smth-android” to
com.android.application
?
j
Longer. Yes. Gradle recommends it. Not sure why new plugins are created with the old style still
g
Gotcha