1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Not needed.

This commit is contained in:
Cedric Beust 2015-12-28 20:56:18 +04:00
parent c16a93e4a2
commit 5914242147

View file

@ -15,7 +15,6 @@ import java.net.URL
import java.nio.charset.Charset
import java.nio.file.Paths
import java.util.*
import kotlin.text.Regex
class ParsedBuildFile(val buildFile: BuildFile, val context: KobaltContext, val buildScriptUtil: BuildScriptUtil,
val dependencyManager: DependencyManager, val files: KFiles) {