Add kotlin.stdlib.default.dependency=false to avoid stdlib default dep
This commit is contained in:
@@ -24,3 +24,7 @@ kotlin.build.publishing.attempts=20
|
|||||||
#kotlin.build.postprocessing=false
|
#kotlin.build.postprocessing=false
|
||||||
#kotlin.build.java9=false
|
#kotlin.build.java9=false
|
||||||
#kotlin.build.useBootstrapStdlib=true
|
#kotlin.build.useBootstrapStdlib=true
|
||||||
|
|
||||||
|
# Don't add the Kotlin standard library dependencies by default
|
||||||
|
# TODO: add this flag in a granular way to the modules that don't need stdlib?
|
||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
Reference in New Issue
Block a user