fix kotlin stdlib issue

This commit is contained in:
FalsePattern 2024-03-12 17:02:20 +01:00
parent 277b59ef38
commit 90a7341481
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -19,3 +19,4 @@ org.gradle.caching = true
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment = true
kotlin.stdlib.default.dependency = false