Hi! Has anyone tested -Xcontext-receivers ? How do I enable it in the project?
s
Hi! Has anyone tested -Xcontext-receivers ? How do I enable it in the project?
Copy code
kotlinOptions {
    jvmTarget = "11"
    freeCompilerArgs += [
            "-Xcontext-receivers"
    ]
}