Created
June 29, 2019 17:52
-
-
Save jeremyrempel/d2e297028b1a0006a091402e0d3e23b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Component(modules = [MyFactoryModule::class]) | |
| interface MyComponent { | |
| fun fragFactory(): FragmentFactory | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment