Anyone having trouble getting context params to wo...
# intellij
e
Anyone having trouble getting context params to work in intelliJ with kotlin 2.1.20? https://kotlinlang.slack.com/archives/C0922A726/p1742914463254379?thread_ts=1742486458.874309&cid=C0922A726
a
JIC Which version of IJ do you use? Thanks
e
2024.3.5
It’s on this project. All I did in the POM was to change the kotlin version to
2.1.20
and replaced
-Xcontext-receivers
with
-Xcontext-parameters
in the root pom file https://github.com/edreyer/modulith
Well, that and started experimenting with the new syntax.
c
Context parameters are only available in 2025.1 Beta AFAIK
e
ahh, gotcha. Thank you