blob: 6b9d65555ab2de539cebe0264b0015e65a337e18 [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
tasks.named<KotlinCompile>("compileKotlin") {
kotlinOptions {
freeCompilerArgs += "-Xallow-kotlin-package"
}
}