2019-08-26 04:45:03 +00:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2019-09-21 01:52:35 +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
|
|
|
}
|