Creating fat jar with shadow plugin and collisions detector (#3466)

This commit is contained in:
LepilkinaElena
2019-10-21 12:32:06 +03:00
committed by GitHub
parent 9874675b09
commit e21ab4f1e7
8 changed files with 218 additions and 40 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
compile "org.jetbrains.kotlin:kotlin-reflect:$buildKotlinVersion"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
}
sourceSets.main.kotlin.srcDirs += "src/jvm/kotlin"