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 8f2a75e commit c346255Copy full SHA for c346255
build.gradle
@@ -12,7 +12,7 @@ group = 'com.github.kotlin-graphics'
12
13
buildscript {
14
15
- ext.kotlinVersion = '1.2.30'
+ ext.kotlinVersion = '1.2.40-eap-51'
16
17
repositories {
18
mavenCentral()
@@ -34,7 +34,7 @@ dependencies {
34
35
testCompile 'io.kotlintest:kotlintest:2.0.7'
36
37
- compile 'com.github.kotlin-graphics:gln:255764cad920d5fae809fb051a3aa19a650b8653'
+ compile 'com.github.kotlin-graphics:gln:c46ed183e63953fff49bb3f1e52560c8284e678d'
38
39
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
40
0 commit comments