Check "kotlin" package usage when compiling common code

#KT-25369 Fixed
This commit is contained in:
Alexander Udalov
2018-07-24 13:43:32 +02:00
parent ddd3a0a46e
commit 3323fd5a11
5 changed files with 19 additions and 5 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ compileCoroutinesKotlinCommon {
languageVersion = "1.3"
apiVersion = "1.3"
freeCompilerArgs = [
"-module-name", project.name
"-module-name", project.name,
"-Xallow-kotlin-package"
]
}
}