Open pewaru-333 opened 4 months ago
Heyo! I'll have a look into this when I can, but I've always just gone the route of using Multiplatform even if the target is just Android, since it means you can expand it later if you want, so I've not tried using it in Jetpack Compose directly myself. I don't actually know if Jetpack Compose is able to pull in multiplatform Compose dependencies or not, as my understanding is Multiplatform by JetBrains is a superset of Jetpack.
Good morning! I have tried to add dependency, but while building the following error occurs:
org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.compose.ui:ui:1.2.0-alpha01-dev753
.I understand that this library is developed for Multiplatform, but can I use it in Android app?