Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
595 stars 23 forks source link

Failed to resolve Desktop Compose on Android #24

Closed jakepurple13 closed 1 year ago

jakepurple13 commented 1 year ago

I'm trying to use this on a pure android project but whenever I try to implementation it I get: Failed to resolve: org.jetbrains.compose.ui:ui:1.2.0-alpha01-dev753 Failed to resolve: org.jetbrains.compose.foundation:foundation:1.2.0-alpha01-dev753 Failed to resolve: org.jetbrains.compose.runtime:runtime:1.2.0-alpha01-dev753

I don't believe I'm doing something wrong as I just put the code in like: implementation("com.alialbaali.kamel:kamel-image:0.4.1")

Am I missing something or just having a brain fart?

alialbaali commented 1 year ago

Kamel uses builds developed by JetBrains, which is different from builds used in Jetpack Compose.

You can try setting up JetBrains Compose using the following guide.