mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Reformat.
This commit is contained in:
parent
91ec783f64
commit
ba7ac04fb9
1 changed files with 3 additions and 1 deletions
|
@ -84,8 +84,10 @@ class CompilerUtils @Inject constructor(val files: KFiles,
|
|||
// }
|
||||
|
||||
// The directory where the classes get compiled
|
||||
val buildDirectory = if (isTest) File(project.buildDirectory, KFiles.TEST_CLASSES_DIR)
|
||||
val buildDirectory =
|
||||
if (isTest) File(project.buildDirectory, KFiles.TEST_CLASSES_DIR)
|
||||
else File(project.classesDir(context))
|
||||
|
||||
File(project.directory, buildDirectory.path).mkdirs()
|
||||
|
||||
// Remove all the excluded dependencies from the classpath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue