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

More consistent naming.

This commit is contained in:
Cedric Beust 2015-12-08 17:29:49 -08:00
parent ba024d8f50
commit 0e3e70198c

View file

@ -60,7 +60,7 @@ public class AptPlugin @Inject constructor(val depFactory: DepFactory)
}
}
class AptConfig(var outputDir: String = "generated/sources/apt")
class AptConfig(var outputDir: String = "generated/source/apt")
@Directive
public fun Project.apt(init: AptConfig.() -> Unit) {