Add two more options copying from gradle-visible option to compiler-visible ones

This commit is contained in:
Ilya Chernikov
2016-08-10 17:02:06 +02:00
parent 46a7c706e1
commit 82a53912a9
@@ -193,6 +193,8 @@ open class KotlinCompile() : AbstractKotlinCompile<K2JVMCompilerArguments>() {
args.jvmTarget = kotlinOptions.jvmTarget
args.allowKotlinPackage = kotlinOptions.allowKotlinPackage
args.reportPerf = kotlinOptions.reportPerf
args.inheritMultifileParts = kotlinOptions.inheritMultifileParts
args.declarationsOutputPath = kotlinOptions.declarationsOutputPath
args.scriptTemplates = kotlinOptions.scriptTemplates