2019-08-26 04:45:03 +00:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2021-03-29 13:29:16 +00:00
|
|
|
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
|
|
|
|
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
|
2019-08-26 04:45:03 +00:00
|
|
|
}
|