mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Fix tests.
This commit is contained in:
parent
2fda71682f
commit
f9d647f947
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class BuildFiles @Inject constructor(val factory: BuildFileCompiler.IFactory,
|
|||
// Create the big Build.kt out of the imports and code we've found so far
|
||||
//
|
||||
val result = File(KFiles.findBuildScriptDir(projectDir), "Build.kt")
|
||||
result.parentFile.mkdirs()
|
||||
result.writeText(imports.joinToString("\n"))
|
||||
result.appendText(code.joinToString("\n"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue