thennothinghappened / HtmlText

Simple HTML renderer for Compose Multiplatform
MIT License
6 stars 1 forks source link

Using in Android only app #2

Open pewaru-333 opened 1 month ago

pewaru-333 commented 1 month ago

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?

thennothinghappened commented 1 month 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.