Josh Feinberg
08/13/2023, 9:57 PMjava.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/foundation/lazy/layout/Lazy_desktopKtis there a way to see whats making this happen?
Josh Feinberg
08/13/2023, 9:59 PMZac Sweers
08/13/2023, 10:04 PMJosh Feinberg
08/13/2023, 10:09 PM-android
, -android-debug
, and a -jvm
versionJosh Feinberg
08/13/2023, 10:19 PMMyApp
|- LibraryA
|= LibraryB
so both LibraryA and LibraryB have jvm and android targets, and the library thats returning the error is LibraryBZac Sweers
08/13/2023, 10:22 PMJosh Feinberg
08/13/2023, 10:46 PMorg.jetbrains.compose.foundation:foundation-desktop:1.4.0-dev-wasm09
in the android source setJosh Feinberg
08/13/2023, 10:53 PMLibraryB
it still is bringing in the desktop versionJosh Feinberg
08/13/2023, 11:02 PMJosh Feinberg
08/13/2023, 11:03 PMZac Sweers
08/14/2023, 12:59 AM