1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Use the Java Compiler API.

This commit is contained in:
Cedric Beust 2015-12-10 01:41:21 +03:00
parent 553c050877
commit 82be14ae06
2 changed files with 15 additions and 19 deletions

View file

@ -9,7 +9,6 @@ Android:
General
- [ ] Compile with javax.tool
- [ ] Apt should run from serviceloader
- [ ] Auto add variant
- [ ] The test runner only selects classes with a parameterless constructor, which works for JUnit but not for TestNG
@ -43,6 +42,7 @@ General
Done:
- [x] Compile with javax.tool
- [x] Android: multiple -source/-target flags
- [x] Dokka: allow multiple format outputs e.g `outputFormat("html", "javadoc")`
- [x] Finish abstracting everything in `JvmCompilerPlugin`