2019-08-26 05:45:03 +01:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2019-09-20 21:52:35 -04:00
|
|
|
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
|
|
|
|
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
|
2019-08-26 05:45:03 +01:00
|
|
|
}
|