1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Reformat.

This commit is contained in:
Cedric Beust 2016-07-28 23:52:53 -08:00
parent 91ec783f64
commit ba7ac04fb9

View file

@ -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