I am guessing you can't really (or are not suppose...
# koin
d
I am guessing you can't really (or are not supposed to) mix annotations and DSL? I want to add a module after application start so the NavController can be shared/used by ViewModels but the build time configuration gives complaints and disabling it causes runtime issues.
a
Shouldn't be a problem afaik
Its same dsl modules in the end
Probably its something else the issue
a
compile time check will complain if you don't tag things declared in DSL as "provided" externaly. this is what "@Provided" doest for you
else it's a compile visbility issue here