Anybody has any trouble getting indexing working p...
# multiplatform
v
Anybody has any trouble getting indexing working properly in IntelliJ? I have compatible Kotlin plugins (1.4.10) and get
Unresolved reference
in Android Studio 4.1.1 in
iosMain
to any imports to dependencies from other modules (in
commonMain
and
iosMain
both). It starts to work if I compile that module but AS seeks classes only in klib in that case, never in source code
🙌 1