We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a453d9 commit 2fc147aCopy full SHA for 2fc147a
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
24
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
25
26
- compile "com.github.kotlin-graphics:kotlin-unsigned:48c570946f845fb2a016bf4f7e9caa9129765529"
+ compile "com.github.kotlin-graphics:kotlin-unsigned:1e9b807c1efda8478824ac629378584ec947963b"
27
28
testCompile("io.kotlintest:kotlintest:2.0.0")
29
}
@@ -34,6 +34,11 @@ repositories {
34
maven { url "https://jitpack.io" }
35
36
37
+allprojects {
38
+ sourceCompatibility = 1.7
39
+ targetCompatibility = 1.7
40
+}
41
+
42
task packageSources(type: Jar, dependsOn: 'classes') {
43
from sourceSets.main.allSource
44
classifier = 'sources'
0 commit comments