The kt version of gradle 8 has been upgraded to 1....
# gradle
a
The kt version of gradle 8 has been upgraded to 1.8, but why can't use the context receiver syntax in kts
e
context receivers are still experimental (and will remain so until after K2/2.0) https://youtrack.jetbrains.com/issue/KT-10468/Context-receivers-multiple-receivers-on-extension-functions-properties
Kotlin code compiled with experimental features cannot be used by normal (non-experimental) Kotlin code
a
Thank you. I thought it was stable because I forgot that I had set the compiler args for my project