Re-write root and libs to Kotlin DSL

This commit is contained in:
Kenzie Togami
2019-07-10 16:33:21 -07:00
parent eccbad92e8
commit 19802e478c
22 changed files with 366 additions and 298 deletions

9
worldedit-libs/README.md Normal file
View File

@@ -0,0 +1,9 @@
This project shades _API_ libraries, i.e. those libraries
whose classes are publicly referenced from `-core` classes.
This project _does not_ shade implementation libraries, i.e.
those libraries whose classes are internally depended on.
This is because the main reason for shading those libraries is for
their internal usage in each platform, not because we need them available to
dependents of `-core` to compile and work with WorldEdit's API.