Is there any possibility to `1.4-M1` in `buildSrc`...
# gradle
t
Is there any possibility to
1.4-M1
in
buildSrc
? Now I nees such WA:
Copy code
tasks.compileKotlin {
    kotlinOptions.allWarningsAsErrors = false
}
Is it expected?