File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ repositories {
3131
3232// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333dependencies {
34- implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
34+ // implementation("org.jetbrains.kotlin:kotlin-stdlib")
3535 implementation(" com.google.code.gson:gson:2.13.1" )
3636 implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
3737 implementation(" org.yaml:snakeyaml:2.4" )
3838 testImplementation(libs.junit)
3939 testImplementation(libs.opentest4j)
4040
41- // IntelliJ Platform Gradle Plugin Dependencies Extension -· read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
41+ // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
4242 intellijPlatform {
4343 create(providers.gradleProperty(" platformType" ), providers.gradleProperty(" platformVersion" ))
4444
Original file line number Diff line number Diff line change @@ -36,6 +36,3 @@ org.gradle.configuration-cache = true
3636
3737# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3838org.gradle.caching = true
39-
40- # Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
41- systemProp.org.gradle.unsafe.kotlin.assignment = true
You can’t perform that action at this time.
0 commit comments