mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Fix test directory output.
This commit is contained in:
parent
bddcd3071d
commit
94a7aedd96
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
|||
}
|
||||
|
||||
val projectDirectory = File(project.directory)
|
||||
val buildDirectory = if (isTest) KFiles.makeOutputTestDir(project)
|
||||
val buildDirectory = if (isTest) File(project.buildDirectory, KFiles.TEST_CLASSES_DIR)
|
||||
else File(project.classesDir(context))
|
||||
buildDirectory.mkdirs()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue