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
Alexandru Caraus
09/05/2025, 2:25 PM
Shouldn't be a problem afaik
Alexandru Caraus
09/05/2025, 2:26 PM
Its same dsl modules in the end
Alexandru Caraus
09/05/2025, 2:26 PM
Probably its something else the issue
a
arnaud.giuliani
09/10/2025, 3:13 PM
compile time check will complain if you don't tag things declared in DSL as "provided" externaly. this is what "@Provided" doest for you