Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 479 Bytes

Sheath: Dagger Inside

A proof-of-concept adapter for using Dagger with GWT.

Currently, the code generated by Dagger itself is leveraged as much as possible. This leads to suboptimal GWT code: many things done at runtime that could have been done at compile time, probably doesn't play well with code splitting, etc. Also, singletons are not yet implemented.