i was looking into using koin’s androidx-workmanag...
# koin
m
i was looking into using koin’s androidx-workmanager with koin-annotations… I don’t think there’s a
@Worker
annotation, but it seems like once this pr is released we could use
@Factory
and
@Named
/
@Qualifier
with type qualifier in place of the
worker
dsl function? if so, when will 1.4 be released?