Has anyone succeeded to update Kotlin to 2.1.0 whi...
# ios
e
Has anyone succeeded to update Kotlin to 2.1.0 while using Voyager? It seems that after 2.1.0-Beta2 some caching of libraries has changed and voyager cannot be cached, and therefore build is failing.
j
e
Interesting. For me the same combination, does throw an error for iOS build. I wonder, could there be some other reason. But as I mentioned earlier, if I downgrade kotlin, everything works as a charm.
@John O'Reilly you are not using
cafe.adriel.voyager:voyager-koin
, this library actually causes issues.
b
e
yes, by removing koin dependency. 🙂 Ok, will have to believe that it will be fixed soon, so we can actually use koin library with screenModel and Voyager. Thanks anyway!
b
you can just implement the one function yourself by copying it there, and if they fix it you just reverse the changes
👍 1