Add contract for 'use'
#KT-35216 Fixed
This commit is contained in:
committed by
Ilya Gorbunov
parent
043eddb432
commit
941de655c4
@@ -82,7 +82,8 @@ compileKotlin {
|
||||
"-Xallow-kotlin-package",
|
||||
"-Xmultifile-parts-inherit",
|
||||
"-Xnormalize-constructor-calls=enable",
|
||||
"-module-name", project.name
|
||||
"-module-name", project.name,
|
||||
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user