hello, trying to implement convention plugin for K...
# gradle
b
hello, trying to implement convention plugin for KMM project. There are same plugins(e.g:
apply("org.jetbrains.kotlin.multiplatform")
) in my custom convention plugins. So they are duplicated, is it okay to do so? I'm not sure what is gonna happen under the hood - how Gradle handles it.
v
That's perfectly fine and normal, not only with convention plugins. Applying a plugin a second time is simply a no-op.