Skip to content

Commit 1e36bd0

Browse files
committed
changed stdlib dependency to compileOnly
1 parent f6f7d59 commit 1e36bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
88

99

1010
dependencies {
11-
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
11+
// https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
12+
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
1213
// compile "org.apache.commons:commons-csv:1.3"
1314
compile "com.offbytwo:docopt:0.6.0.20150202"
1415

0 commit comments

Comments
 (0)