1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-24 23:55:08 -08:00
parent 5123016916
commit 357715f6c7

View file

@ -1,6 +1,5 @@
To do:
- [ ] Android: multiple -source/-target flags
- [ ] The test runner only selects classes with a parameterless constructor, which works for JUnit but not for TestNG
factories
- [ ] Add a "Auto complete Build.kt" menu in the plug-in
@ -32,6 +31,7 @@ To do:
Done:
- [x] Android: multiple -source/-target flags
- [x] Dokka: allow multiple format outputs e.g `outputFormat("html", "javadoc")`
- [x] Finish abstracting everything in `JvmCompilerPlugin`
- [x] Dependent projects: kobalt should automatically add the dependency on the jar file