Skip to content

Commit

Permalink
Exclude kotlin-stdlib from :core runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 30, 2021
1 parent 7c423ef commit f3e2f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
org.nosphere.apache.rat.version=0.7.0
org.owasp.dependencycheck.version=6.1.6

# For now, we use Kotlin for tests only, so we don't want to include kotlin-stdlib dependency to the runtimeClasspath
# See https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency=false

# TODO
# error_prone_core.version=2.3.3
# docker-maven-plugin.version=1.2.0
Expand Down

0 comments on commit f3e2f04

Please sign in to comment.