Hum, formulation may be not very clear. If in a pr...
# gradle
y
Hum, formulation may be not very clear. If in a project, I have
moduleA(for JVM) ---depends-->moduleB(platform-jvm, provide actual)---depends-->moduleC(platform-common)
. Does
moduleA
has to use
platform-jvm
or it should work with
kotlin
plugin ?