Rename anvil modules to annotations and codegen
This commit is contained in:
parent
606b1d132e
commit
4e720cecb1
134 changed files with 130 additions and 142 deletions
|
|
@ -44,8 +44,8 @@ include(":tests:detekt-rules")
|
|||
include(":tests:konsist")
|
||||
include(":tests:uitests")
|
||||
include(":tests:testutils")
|
||||
include(":anvilannotations")
|
||||
include(":anvilcodegen")
|
||||
include(":annotations")
|
||||
include(":codegen")
|
||||
|
||||
fun includeProjects(directory: File, path: String, maxDepth: Int = 1) {
|
||||
directory.listFiles().orEmpty().also { it.sort() }.forEach { file ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue