I'm trying to build a library with common classes ...
# multiplatform
g
I'm trying to build a library with common classes for JVM/JS projects; I've put it into a separate Gradle module and applied the
kotlin-platform-common
plugin plus added a dependency on `org.jetbrains.kotlinkotlin stdlib1.2.0-beta-88`; the compiler complains it doesn't recognize functions and keywords like
mutableListOf
or
apply
but both are supposed to be in the kotlin-stdlib - any clues on what I'm missing?