Hey all,
I’m trying to get a small multiplatform project going, and I’m seeing some weird errors in the IDE.
The project
builds fine, but both IntelliJ 2020.2.4 and Android Studio 4.1.1 show errors
every time I import something from a multiplatform library.
There are two multiplatform libs,
lib-kemu
, and
lib-chip8
(which depends on
lib-kemu
locally).
Then two multiplatform modules,
app-chip8-desktop
(Kotlin/JVM) and
app-chip8-browser
(Kotlin/JS) which depend on
lib-chip8
.
There’s a chance that I’m doing something wrong, but if that’s the case I
cannot figure out what. And it’s getting really hard to progress with every line being errored out. 😞
The code is here:
https://github.com/outadoc/kemu-chip8