Kermit icon indicating copy to clipboard operation
Kermit copied to clipboard

Kermit Koin 1.1.3 is incompatible with Kotlin Test 1.7.0

Open thipokch opened this issue 3 years ago • 3 comments

Gradle is unable to resolve dependencies when kotlin-test:1.7.0 with kermit-koin:1.1.3.

'co.touchlab:kermit-koin:1.1.3' (debugRuntimeElements-published) --> 'co.touchlab:kermit-koin-android-debug:1.1.3' (debugRuntimeElements-published) --> 'org.jetbrains.kotlin:kotlin-test:1.6.20'

'org.jetbrains.kotlin:kotlin-test:{strictly 1.6.20}' because of the following reason: debugRuntimeClasspath uses version 1.6.20

thipokch avatar Jul 01 '22 14:07 thipokch

Do you have some config you could post?

kpgalligan avatar Jul 01 '22 17:07 kpgalligan

@kpgalligan Here's the gradle config with sample project https://github.com/thipokch/kmm-demo/blob/fde6a79a76cb0cc8612fac60f4dab4bc21cc445f/shared/build.gradle.kts

thipokch avatar Jul 01 '22 21:07 thipokch

@kpgalligan should I do a PR?

thipokch avatar Aug 06 '22 02:08 thipokch

Hi @thipokch, I was able to recreate the error in your demo project and updating to the newest version of kermit (1.2.2) seems to fix it. Does that fix things for you?

mrf7 avatar Nov 17 '22 22:11 mrf7

@mrf7 It's fixed now. Thanks!

thipokch avatar Nov 18 '22 03:11 thipokch