I see on the documentation I need the google() rep...
# multiplatform
v
I see on the documentation I need the google() repository, but I already have it 🤔
j
do you have any libraries that were built with 1.6.0-beta version?
v
I think yes (PreCompose)
Thanks for your answer. I'm wondering if its possible to track the cause in my dependancies directly to find if I have more than one library depending on the beta version
j
you should be able to run something like
./gradlew dependencies
and it will show that
👀 1
v
Look like its :
Copy code
gradle composeApp:dependencies
Ok its related to Koin and Precompose
Both of them include
org.jetbrains.compose.runtime:runtime:1.6.0-beta01 (*)
j
latest Koin alphas work with 1.6.0 now
koin-core 3.6.0-alpha3 and koin-compose 1.2.0-alpha3
v
I just see that
Version alignment for the koin-compose is bit strange no ? https://mvnrepository.com/artifact/io.insert-koin/koin-compose
Maybe an error with the latest alpha tagged version