I am kicking out HILT But got stuck, I have used k...
# koin
j
I am kicking out HILT But got stuck, I have used koin successfully in an Back-end API in Kotlin/Ktor but on Android/Ktor I have this issue.
java.lang.NoSuchMethodError: No virtual method getModule()Ljava/lang/Module; in class Ljava/lang/Class; or its super classes (declaration of 'java.lang.Class' appears in /apex/com.android.art/javalib/core-oj.jar)
m
Wrong import used in module declaration? Try find usage of
Class.getModule()
in your project.