Check "kotlin" package usage when compiling common code
#KT-25369 Fixed
This commit is contained in:
@@ -81,7 +81,8 @@ compileCoroutinesKotlinCommon {
|
||||
languageVersion = "1.3"
|
||||
apiVersion = "1.3"
|
||||
freeCompilerArgs = [
|
||||
"-module-name", project.name
|
||||
"-module-name", project.name,
|
||||
"-Xallow-kotlin-package"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user