the annotations for apt that I was using are: `@Mo...
# android
n
the annotations for apt that I was using are:
@Module(injects = arrayOf(
// List of classes
com.example.Example::class),
library = true,
complete = false)
class ExampleModule {