Marcin Bak
08/21/2020, 2:44 PMshared-library
(kmp targeting jvm, js and ios) with just 1 class in commonMain
• jvmApp
(simple jvm module) with dependency to shared-library implementation(project(path = ":shared-library"))
For some reason jvmApp
module doesn’t see the class defined in shared-library
Any ideas what I could be doing wrong?jvmApp
gradle module and that’s why it cannot see the classes from shared-library