Build: remove explicit enabling of RangeUntilOperator

This feature is enabled by default since 1.8. Using the `-XXLanguage`
compiler argument leads to big warnings which are distracting during the
build.
This commit is contained in:
Alexander Udalov
2023-06-22 12:46:56 +02:00
committed by Space Team
parent 2115d55e1c
commit ab195b68a5
7 changed files with 0 additions and 10 deletions
-1
View File
@@ -146,7 +146,6 @@ tasks.withType<KotlinCompile<*>>().configureEach {
"-opt-in=kotlin.ExperimentalUnsignedTypes",
"-opt-in=kotlin.ExperimentalStdlibApi",
"-opt-in=kotlin.io.encoding.ExperimentalEncodingApi",
"-XXLanguage:+RangeUntilOperator",
)
}