I'm trying to migrate from context-receivers to co...
# getting-started
t
I'm trying to migrate from context-receivers to context-parameters and found this guide. https://blog.jetbrains.com/kotlin/2025/04/update-on-context-parameters/ I followed the guide for _Smooth Transition_ing, I replaced the freeCompilerArg
-Xcontext-receivers
with
-Xcontext-parameters
and resynced. I don't get to see the new inspection. Neither in the latest Android Studio stable/beta nor IntelliJ Ultimate. What am I missing?
Copy code
IntelliJ IDEA 2025.2 (Ultimate Edition)
Build #IU-252.23892.409, built on August 1, 2025
Source revision: 0a9a69b3f9332
w
Just to make sure, are you using Kotlin 2.2? The inspection should not appear in versions <2.2