Skip to content

Commit 6b567b9

Browse files
committed
- cleaned imports
v1.63 beta 0
1 parent dd2a89e commit 6b567b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
3535

36-
implementation 'com.github.kotlin-graphics:uno-sdk:2e34d01'
36+
implementation 'com.github.kotlin-graphics:uno-sdk:2e34d01271'
3737

3838
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
3939

src/main/kotlin/imgui/Context.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import org.lwjgl.system.MemoryUtil.NULL
1010
import org.lwjgl.system.Platform
1111
import java.io.File
1212
import java.nio.ByteBuffer
13-
import java.text.DecimalFormatSymbols
1413
import java.util.*
1514
import kotlin.collections.ArrayList
1615

0 commit comments

Comments
 (0)