IntelliJ/Android Studio seems to be having issues ...
# multiplatform
a
IntelliJ/Android Studio seems to be having issues with types defined as `expect`/`actual`... My setup has my KMPP being pulled into my Android project via
includeBuild
, and then the IDE complains with stuff like
Wrong nth argument type. Found: 'Foo', required: 'Foo'
(where the method using
Foo
is in my common code, but
Foo
is defined in my JVM code via `expect`/`actual`)
l
Hi. Did you file an issue? 🙂