<@U2JKKPMEE> I specified correctly right now. But ...
# koin-contributors
p
@arnaud.giuliani I specified correctly right now. But I still getting same error.
Copy code
koin_android = '3.3.1'
koin_core = '3.3.0'
This can happen If any of my libraries are using a old Koin version (like 3.1.6)? 🤔
a
yes try to look at old version in your path
p
I run
androidDependencies
gradle task and find all koin-android as
3.3.1
. sad panda
a
do you have koin-core somewhere?
p
You was totally right, @arnaud.giuliani! 🙂 I missed to remove koin-core in this new version. I did this and the app was running as well again. My new error is
kotlin.UninitializedPropertyAccessException: lateinit property internalKoin has not been initialized
. This error was found in a internal SDK. This SDK is using Koin as 3.1.6. I will update the Koin inside SDK 🙂
a
yes, seems more a late init variable that didn`t received any value here 👍