Minor: remove unused commonArgs
This commit is contained in:
-1
@@ -94,7 +94,6 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractCo
|
|||||||
}
|
}
|
||||||
logger.kotlinDebug("modified ${modified.joinToString { it.path }}")
|
logger.kotlinDebug("modified ${modified.joinToString { it.path }}")
|
||||||
logger.kotlinDebug("removed ${removed.joinToString { it.path }}")
|
logger.kotlinDebug("removed ${removed.joinToString { it.path }}")
|
||||||
var commonArgs = createBlankArgs()
|
|
||||||
val args = createBlankArgs()
|
val args = createBlankArgs()
|
||||||
val sources = getKotlinSources()
|
val sources = getKotlinSources()
|
||||||
if (sources.isEmpty()) {
|
if (sources.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user