Hiyas. Currently trying to get koin working on a ktor app for GCloud, with auto-reload ( server loads new classes automatically.) Doesn't seem to work with Koin: org.koin.error.BeanInstanceCreationException: Can't create bean Bean[class=myapp.test.MyClass] due to error :
java.lang.IllegalStateException: Resource not found in classpath: kotlin/kotlin.kotlin_builtins .. Is this to be expected or is there any way to make DI / Koin work in Google GCloud ?