kinda sorta processor (#3)

This commit is contained in:
Ryan Brink
2021-04-12 12:21:28 -04:00
committed by GitHub
parent e6c671f810
commit 492933d728
37 changed files with 273 additions and 61 deletions

View File

@ -1,6 +1,7 @@
rootProject.name = "root"
include("kompendium")
include("playground")
rootProject.name = "kompendium"
include("kompendium-core")
include("kompendium-processor")
include("kompendium-playground")
// Feature Previews
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")