Kotlinx.coroutines: Duplicate class kotlinx.coroutines.test.TimedRunnable

Created on 30 Apr 2019  路  3Comments  路  Source: Kotlin/kotlinx.coroutines

> 1 exception was raised by workers:
  java.lang.RuntimeException: Duplicate class kotlinx.coroutines.test.TimedRunnable found in modules kotlinx-coroutines-core-1.2.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1) and kotlinx-coroutines-test-1.2.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-test:1.2.1)

Maybe the class (maybe the whole test package) should be only part of the kotlinx-coroutines-test module?

Most helpful comment

You can build one from develop branch. It is already merged there.

All 3 comments

This is an unexpected clash, will be fixed in the next release.

any SNAPSHOT with this available?

You can build one from develop branch. It is already merged there.

Was this page helpful?
0 / 5 - 0 ratings