blob: b2ca0398d9c8bccc92502a0cfabf9bee093481e4 [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
compileKotlin {
kotlinOptions {
freeCompilerArgs += "-Xallow-kotlin-package"
}
}