code-samples: workaround for kotlin 1.8.20+, update link

This commit is contained in:
Yann Cébron 2023-04-04 15:31:36 +02:00
parent 3bec523d7c
commit a25e24cbcd

View File

@ -6,5 +6,5 @@ kotlin.code.style=official
# suppress inspection "UnusedProperty" # suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false kotlin.stdlib.default.dependency = false
# TODO temporary workaround for Kotlin 1.8.20+ (https://youtrack.jetbrains.com/issue/KT-57757) # TODO temporary workaround for Kotlin 1.8.20+ (https://jb.gg/intellij-platform-kotlin-oom)
kotlin.incremental.useClasspathSnapshot=false kotlin.incremental.useClasspathSnapshot=false