janvladimirmostert
06/06/2020, 12:37 PM@JsName("RoomState")
data class RoomState(
val numberOfRooms: Int
)
fun main() {
console.log(RoomState::class)
}
which now allows me to do
this.projectname.RoomState()
in pure JS, i exclude that console.log, RoomState is not availablechristophsturm
06/06/2020, 1:01 PMkotlin {
js {dceTask {
keep("ktor-ktor-io.\$\$importsForInline\$\$.<http://ktor-ktor-io.io.ktor.utils.io|ktor-ktor-io.io.ktor.utils.io>")
}
}
}
christophsturm
06/06/2020, 1:02 PMjanvladimirmostert
06/06/2020, 1:38 PMjanvladimirmostert
06/06/2020, 1:53 PMjanvladimirmostert
06/06/2020, 2:11 PM