Minor: remove unnecessary return
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ internal open class GradleCompilerRunner(protected val project: Project) {
|
||||
environment: GradleCompilerEnvironment
|
||||
) {
|
||||
args.freeArgs += kotlinSources.map { it.absolutePath }
|
||||
return runCompiler(KotlinCompilerClass.METADATA, args, environment)
|
||||
runCompiler(KotlinCompilerClass.METADATA, args, environment)
|
||||
}
|
||||
|
||||
private fun runCompiler(
|
||||
|
||||
Reference in New Issue
Block a user