mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
TODO.
This commit is contained in:
parent
c5c875ae85
commit
b1f7c9fd03
1 changed files with 2 additions and 1 deletions
3
TODO.md
3
TODO.md
|
@ -1,6 +1,6 @@
|
|||
To do:
|
||||
|
||||
- [ ] Dokka: allow multiple format outputs e.g `outputFormat("html", "javadoc")`
|
||||
- [ ] 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 +32,7 @@ To do:
|
|||
|
||||
Done:
|
||||
|
||||
- [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
|
||||
- [x] Make what version preBuildScript.jar was compiled with and wipe on new version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue