Skip to content

Commit 57f6373

Browse files
committed
up
1 parent e831067 commit 57f6373

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.idea/modules/kotlin-unsigned.iml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ext.moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
99
dependencies {
1010

1111
implementation "org.jetbrains.kotlin:kotlin-stdlib"
12-
implementation "org.jetbrains.kotlin:kotlin-reflect" // fix kotlintest classpath warnings
12+
// implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.10" // fix kotlintest classpath warnings
1313

1414
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.10'
1515
}
1616

1717
repositories {
1818
mavenCentral()
1919
// maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
20-
// maven { url = "https://jitpack.io" }
20+
maven { url = "https://jitpack.io" }
2121
}
2222

2323
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)