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 806fd6f commit 4aeda84Copy full SHA for 4aeda84
build.gradle
@@ -36,9 +36,9 @@ dependencies {
36
implementation "$kotlin-reflect:$kotlinVersion"
37
38
ext.kx = "com.github.kotlin-graphics"
39
- implementation "$kx:gln:b4eb299"
40
- implementation "$kx:vkk:d8e8c1e"
41
- implementation "$kx:appBuffer:177283c"
+ implementation "$kx:gln:edb3be6"
+ implementation "$kx:vkk:e9cd98d"
+ implementation "$kx:appBuffer:c6d06a4"
42
43
testImplementation 'io.kotlintest:kotlintest:2.0.7'
44
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
0 commit comments