blob: 20067b7c6b1649cc5c567a50e95b6543c331c63e [file] [log] [blame]
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03001/*
2 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
Roman Elizarova9647992017-12-26 13:09:43 +03005compileKotlin {
6 kotlinOptions {
7 freeCompilerArgs += "-Xallow-kotlin-package"
8 }
9}