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:
parent
ba024d8f50
commit
0e3e70198c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue