With a multi-module gradle project, when using a m...
# gradle
y
With a multi-module gradle project, when using a multiplatform module, all module which have a (transitive) dependency on the multiplatform module must be using the plugin
kotlin-platform-jvm
(and not just
kotlin
even if they don't provide any
actual
) ?