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.
2 parents 8364a63 + 4ffeff3 commit 96ffd7eCopy full SHA for 96ffd7e
build.gradle
@@ -16,7 +16,7 @@ ext{
16
kotlin = 'org.jetbrains.kotlin:kotlin'
17
kotlin_version = '1.3.11'
18
kotlintest_version = '3.1.11'
19
- gln_version = '42256d1618525ea96a91848ec21bcbe15cdeba29'
+ gln_version = 'c4bd603dd36aa68bf686e16acd4c6b0e29dea7d4'
20
vkk_version = 'a0d037b48e'
21
lwjgl_version = "3.2.1"
22
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
@@ -75,4 +75,4 @@ artifacts {
75
jar {
76
inputs.property("moduleName", moduleName)
77
manifest.attributes('Automatic-Module-Name': moduleName)
78
-}
+}
0 commit comments