We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2a89e commit 6b567b9Copy full SHA for 6b567b9
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
34
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
35
36
- implementation 'com.github.kotlin-graphics:uno-sdk:2e34d01'
+ implementation 'com.github.kotlin-graphics:uno-sdk:2e34d01271'
37
38
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
39
src/main/kotlin/imgui/Context.kt
@@ -10,7 +10,6 @@ import org.lwjgl.system.MemoryUtil.NULL
10
import org.lwjgl.system.Platform
11
import java.io.File
12
import java.nio.ByteBuffer
13
-import java.text.DecimalFormatSymbols
14
import java.util.*
15
import kotlin.collections.ArrayList
16
0 commit comments