Hi, anyone who could help with a kmm project setup...
# multiplatform
j
Hi, anyone who could help with a kmm project setup ?
I have following "greetings example" setup.
Copy code
- root
  - client-android (depends on shared)
  - client-jvm (depends on shared)
  - shared
    - common
    - android
    - js
    - jvm
    - native
- gradlew works fine, android and jvm are running fine - JIDEA CE (2020.3.1) running
client-jvm
is failing with
NoClassDefFoundError
exception (it's defined in shared.common), IDE makes the ref red as unresolved. - JIDEA Ultimate (2020.3.1) is running
client-jvm
fine, IDE makes the ref red as unresolved as well though`
seems like jvm/android is somehow in conflict... • IDE references
shared.common
class fine from
client-android
, not from
client-jvm
though... • if I remove
client-android
and related config from shared,
client-jvm
becomes working fine in terms of IDE
j
Ah ta for the link, I was thinking about a bug, but couldn't find it 👍