Compose 1.6 depends on Skiko 0.7.7 which defines a...
# compose
j
Compose 1.6 depends on Skiko 0.7.7 which defines a
skiko-android
component, but that doesn't seem to actually exist:
.module
file: https://repo1.maven.org/maven2/org/jetbrains/skiko/skiko/0.7.7/skiko-0.7.7.module but no skiko-android is present here: https://repo1.maven.org/maven2/org/jetbrains/skiko/ https://github.com/JetBrains/skiko/blob/44f2d51158d34d402dce55b689d27ae1c7a40082/skiko/build.gradle.kts#L59 I have a custom gradle configuration that is causing the same issues as this report: https://github.com/JetBrains/compose-multiplatform/issues/1404
👀 1
somehow we're getting compose ui-desktop pulled in when we want android, but this is still an interesting issue. skiko is declaring components in it's module file that do not actually exist