If anyone would like to take a look: <https://gith...
# multiplatform
s
If anyone would like to take a look: https://github.com/spand/kotlin-multi-platform It builds in gradle but IDEA fails the build. Also hovering on
app
variable read in foo/kotlin/.../Foo.kt the previous mentioned type error is shown
i
How does IDEA fail the build? Note that you can only compile multiplatform projects with Gradle, so in IDEA you have to delegate build/run actions to Gradle
s
Is there a bug I can follow for that?