Putting this out there for anyone searching for a ...
# multiplatform
m
Putting this out there for anyone searching for a solution when they encounter this problem. The new Compose Multiplatform
1.8.0-alpha02
has a dependency on skiko
0.8.19
. If you used the wizard at kmp.jetbrains.com and you kept getting the
ModuleVersionNotFoundException
, then in your
settings.gradle.kts
, add this to the repositories in the
dependencyResolutionManagement
block.
Copy code
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
👍 5
❤️ 1