Skip to content

Commit b3e3a3b

Browse files
committed
up
1 parent 26dd4e1 commit b3e3a3b

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.idea/modules/kotlin-unsigned.iml

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

build.gradle

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
1-
buildscript {
2-
3-
ext.kotlin_version = '1.3.10'
4-
5-
repositories {
6-
jcenter() // shadow
7-
mavenCentral()
8-
// maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
9-
}
10-
dependencies {
11-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version".toString()
12-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
13-
classpath "org.junit.platform:junit-platform-gradle-plugin:1.2.0"
14-
}
15-
}
16-
171
plugins {
182
id 'maven'
193
id "org.jetbrains.kotlin.jvm" version "1.3.10"
20-
id "com.github.johnrengelman.shadow" version "2.0.4"
4+
id "com.github.johnrengelman.shadow" version '2.0.4'
215
}
226

237
ext.moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
248

259
dependencies {
2610

27-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version".toString()
2811
implementation "org.jetbrains.kotlin:kotlin-reflect" // fix kotlintest classpath warnings
2912

3013
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.10'

0 commit comments

Comments
 (0)