asm: Use a more sensible approach for annotations

This commit is contained in:
Lucwousin
2020-07-16 02:01:33 +02:00
parent eb1d6bbd74
commit 29105c9501
49 changed files with 625 additions and 1271 deletions

View File

@@ -202,6 +202,8 @@ subprojects {
}
}
}
configurations["compileOnly"].extendsFrom(configurations["annotationProcessor"])
}
application {