Update kotlin gradle plugin; add js target

This commit is contained in:
2019-04-07 13:07:50 -05:00
parent 1abc041d87
commit fe219b5296
6 changed files with 60 additions and 68 deletions

View File

@@ -19,11 +19,6 @@
package org.isoron.platform.io
import kotlin.test.*
class StringsTest {
@Test
fun testSprintf() {
assertEquals("Number 004", sprintf("Number %03d", 4))
}
actual fun sprintf(format: String, vararg args: Any?): String {
TODO()
}