Is adding a package in commonMain modules in multi...
# intellij
i
Is adding a package in commonMain modules in multiplatform projects not possible on purpose? can only add directories. In jvmMain it is possible
e
Packages in the JVM scope are just directories. But yes, a package is a Java/Kotlin concept, so it is available under the JVM target only.
i
Yeah but since it’s a kotlin concept, I’d expect it to be available in common src
At the end, be it common/jvm/native, it’s still kotlin code