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:
parent
553c050877
commit
82be14ae06
2 changed files with 15 additions and 19 deletions
2
TODO.md
2
TODO.md
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue