1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-24 07:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-03-09 02:25:00 +04:00
parent 7c76c0bbe2
commit b8cdd96240

View file

@ -2,7 +2,6 @@ To do:
Android:
- [ ] Dex dependencies into kobaltBuild/intermediates/pre-dexed and preserve those across builds
General
@ -27,6 +26,7 @@ General
Done:
- [x] Dex dependencies into kobaltBuild/intermediates/pre-dexed and preserve those across builds
- [x] Compile with javax.tool
- [x] Android: multiple -source/-target flags
- [x] Dokka: allow multiple format outputs e.g `outputFormat("html", "javadoc")`