Skip to content

Commit e6218bf

Browse files
committed
Dont allow the Kotlin stdlib to be a dep
1 parent f7db493 commit e6218bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

gradle.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ hamcrest_version=2.2
2323
awaitility_version=2.0.0
2424
reactor_core_version=3.6.6
2525
caffeine_version=3.1.8
26-
reactive_streams_version=1.0.3
26+
reactive_streams_version=1.0.3
27+
``
28+
# Prevents the Kotlin stdlib being a POM dependency
29+
#
30+
# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
31+
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)