Is Koin supporting Ktor 1.6.6? Because when i upgrade from 1.6.5 to 1.6.6. This error occurs:
Exception in thread "main" java.lang.NoSuchMethodError: 'double kotlin.time.Duration.toDouble-impl(long, java.util.concurrent.TimeUnit)'
This error also occurs when i upgrade kotlin version from 1.5.x to 1.6.0
I opened an issue about this.
https://github.com/InsertKoinIO/koin/issues/1243