Join Slack
Powered by
The kt version of gradle 8 has been upgraded to 1....
# gradle
a
afezeria
03/04/2023, 10:35 AM
The kt version of gradle 8 has been upgraded to 1.8, but why can't use the context receiver syntax in kts
e
ephemient
03/04/2023, 10:47 AM
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
ephemient
03/04/2023, 10:48 AM
Kotlin code compiled with experimental features cannot be used by normal (non-experimental) Kotlin code
a
afezeria
03/04/2023, 11:09 AM
Thank you. I thought it was stable because I forgot that I had set the compiler args for my project
8
Views
Open in Slack
Previous
Next