Set module name for common projects, this isn't done automatically yet
This commit is contained in:
@@ -34,16 +34,13 @@ compileKotlinCommon {
|
||||
// compilerJarFile = compilerJarWithBootstrapRuntime
|
||||
}
|
||||
|
||||
/*
|
||||
// TODO: currently unsupported
|
||||
compileKotlinCommon {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = [
|
||||
"-module-name", "${project.name}".toString()
|
||||
"-module-name", project.name
|
||||
]
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
kotlin.experimental.coroutines 'enable'
|
||||
|
||||
Reference in New Issue
Block a user