Fix running programs from jvmDemo with Kotlin 1.9.10 plugin

This commit is contained in:
Edwin Jakobs
2023-10-11 17:11:01 +02:00
parent 96a14c10ce
commit 307df635f1
2 changed files with 12 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ org.gradle.parallel=true
org.gradle.caching=true
# Whether to automatically bundle the Kotlin standard library (true by default)
# https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency=true
kotlin.stdlib.default.dependency=true
kotlin.mpp.import.legacyTestSourceSetDetection=true