File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 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
-
17
1
plugins {
18
2
id ' maven'
19
3
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'
21
5
}
22
6
23
7
ext. moduleName = ' com.github.kotlin_graphics.kotlin_unsigned'
24
8
25
9
dependencies {
26
10
27
- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " . toString()
28
11
implementation " org.jetbrains.kotlin:kotlin-reflect" // fix kotlintest classpath warnings
29
12
30
13
testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10'
You can’t perform that action at this time.
0 commit comments