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 da0d936 commit 58042d7Copy full SHA for 58042d7
build.gradle
@@ -6,7 +6,6 @@ plugins {
6
ext{
7
moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
8
kotlin = 'org.jetbrains.kotlin:kotlin'
9
-// kotlin_version = '1.3.41'
10
kotlintest_version = '3.3.3'
11
}
12
@@ -19,7 +18,7 @@ dependencies {
19
18
20
repositories {
21
mavenCentral()
22
- maven { url = "https://jitpack.io" }
+ maven { url "https://jitpack.io" }
23
24
25
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments