Marc
02/24/2022, 3:24 PM-Xcontext-receivers
in my android studio bumblebee Kotlin compilation flags but I can’t find where to set it. Anyone knows the place? thxMarkRS
02/24/2022, 3:40 PMallprojects {
kotlinOptions {
freeCompilerArgs = freeCompilerArgs + "<flags>"
}
In fact the kotlinOptions block was inside a "tasks" block too.