Is there a there a typesafe approach to enabling experimental compiler options such as context-receivers and expect-actual-classe as opposed to modifying the compiler args list
g
gildor
05/06/2024, 7:10 AM
No.
And it's a problem of Kotlin Plugin, it was discussed here and on Kotlin Issue tracker, but I'm not sure that task about it exists
I would argue that experimental flags always must be added to plugin if compiler inludes them, it makes a lot easier to use and find them