3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2025-01-11 18:10:52 +01:00
Matt 2e73746abe
Remove Kotlin (#625)
Shrinks the jar size since we no longer must bundle the Kotlin library. The downside is that some classes grew in size compared to their Kotlin versions.
Many contributors didn't care for Kotlin either.
2020-09-17 16:31:55 -04:00
..
2020-08-14 15:29:15 -04:00
2020-09-17 16:31:55 -04:00
2020-08-14 15:29:15 -04:00
2019-08-26 05:45:03 +01:00

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.