serebit
12/06/2018, 7:08 PM@Test
fun shouldMatchPath() {
assertEquals(true, true)
}
This common test (in commonTest source set) fails on Kotlin multiplatform 1.3.11. It doesn't run in JVM, and it fails in the linux source set.orangy
serebit
12/06/2018, 7:17 PM