Forrest Pangborn
12/02/2020, 9:42 PMmultiplatform
type from jvm
or com.android.library
.
This has been working alright, but I recently ran into a problem when when I tried to introduce a dependency on a multiplatform
module (with a jvm
target) in a jvm
module; Android Studio fails to resolve classes defined in the commonMain
sourceset of the multiplatform
module while inside the jvm
module. However, everything compiles and packages fine from CLI so I'm wondering if this is an Android Studio bug.
I have a sample project exhibiting this - but am wondering if this a known limitation or if anyone else has experienced this before.solidogen
12/02/2020, 10:24 PMForrest Pangborn
12/03/2020, 2:52 PMsolidogen
12/04/2020, 2:39 PM