We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b30f2 commit 1997c42Copy full SHA for 1997c42
.gitignore
@@ -1 +1,2 @@
1
-/.idea/
+/.idea/
2
+/.nb-gradle/
build.gradle
@@ -7,7 +7,7 @@ group = 'com.github.kotlin-graphics'
7
8
buildscript {
9
10
- ext.kotlinVersion = '1.1.2-5'
+ ext.kotlinVersion = '1.2-M1'
11
12
repositories {
13
mavenCentral()
@@ -23,9 +23,9 @@ dependencies {
23
24
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
25
26
- compile "com.github.kotlin-graphics:kotlin-unsigned:c721106019796bb1b9aaf471b84c691ef9481cf9"
+ compile "com.github.kotlin-graphics:kotlin-unsigned:3a6ff81a10414e01fa228b18b73f9ea388938ca1"
27
28
- testCompile("io.kotlintest:kotlintest:2.0.0")
+ compile 'com.github.elect86:kotlintest:43281b7e1b'
29
}
30
31
0 commit comments