Build: switch language level for compilation to 2.0
KT-61951
This commit is contained in:
committed by
Space Team
parent
5642f2a8c4
commit
a35f2eb90e
@@ -14,7 +14,7 @@ dependencies {
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = ["-version"]
|
||||
freeCompilerArgs = ["-version", "-Xdont-warn-on-error-suppression"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user