diesieben07
09/30/2022, 6:56 PMkotlinOptions.freeCompilerArgs += listOf("-Xcontext-receivers")
in the JVM compilation. But I don't know how to do it for the common module, since it does not seem to have a compilation. The IDE keeps reporting "The feature "context receivers" is experimental and should be enabled explicitly" in common code.ephemient
09/30/2022, 7:18 PMdiesieben07
09/30/2022, 7:19 PM