mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Create build/classes.
This commit is contained in:
parent
9ec21dc69b
commit
894a63e7cf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
||||||
protected fun makeOutputTestDir(project: Project) : File = makeDir(project, KFiles.TEST_CLASSES_DIR)
|
protected fun makeOutputTestDir(project: Project) : File = makeDir(project, KFiles.TEST_CLASSES_DIR)
|
||||||
|
|
||||||
private fun makeDir(project: Project, suffix: String) : File {
|
private fun makeDir(project: Project, suffix: String) : File {
|
||||||
return File(project.directory, project.buildDirectory + File.separator + suffix)
|
return File(project.directory, project.buildDirectory + File.separator + suffix).apply { mkdirs() }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue