Upgrade to Kotlin 1.9.0, kotlinx-html 0.9.1, version 1.1.1.

This commit is contained in:
2023-07-19 16:18:49 +02:00
parent a1f1f3bb38
commit 5cc4826e65
6 changed files with 43 additions and 28 deletions

View File

@@ -1,8 +1,9 @@
package nl.astraeus.komp
import org.w3c.dom.events.Event
import org.w3c.dom.Element
import org.w3c.dom.HTMLInputElement
import org.w3c.dom.events.Event
import org.w3c.dom.events.EventListener
import org.w3c.dom.get
private fun Int.asSpaces(): String {