1.1.4 seems to have introduced a bug in kotlin-test. In the JavaScript platform, the annotation org...
n
1.1.4 seems to have introduced a bug in kotlin-test. In the JavaScript platform, the annotation org.junit.Test is deprecated and replaced with kotlin.test.Test. But kotlin.test.Test is not defined in the JVM platform. This means code cannot be compiled on all platforms without deprecation warnings.