Skip to content

Commit 4c43793

Browse files
committed
Fixed import on the app
1 parent 473ab2f commit 4c43793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.json5.app
22

3-
import io.github.json5.kotlin.JSON5
3+
import dev.hossain.json5kt.JSON5
44

55
fun main() {
66
val json5files = listOf(

0 commit comments

Comments
 (0)