initial commit
This commit is contained in:
11
src/jsMain/kotlin/Cofront.kt
Normal file
11
src/jsMain/kotlin/Cofront.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
@file:OptIn(ExperimentalUuidApi::class)
|
||||
|
||||
import kotlinx.browser.window
|
||||
import online.maestoso.cofront.Identifier
|
||||
import kotlin.uuid.ExperimentalUuidApi
|
||||
import kotlin.uuid.Uuid
|
||||
|
||||
fun main() {
|
||||
window.alert("kotlin js test")
|
||||
val i = Identifier(Uuid.generateV7(), "localhost")
|
||||
}
|
||||
Reference in New Issue
Block a user