Even more renames, start hiding some API internals

This commit is contained in:
Andrew Steinborn
2023-10-29 15:23:01 -04:00
parent 95cd4c407d
commit 6f88c02c72
163 changed files with 682 additions and 848 deletions

View File

@@ -24,9 +24,9 @@ plugins {
rootProject.name = "velocity"
sequenceOf(
"api",
"native",
"proxy",
"api",
"native",
"proxy",
).forEach {
val project = ":velocity-$it"
include(project)