Hi, i've been trying to access DetailActivity in feature_profile module (Dynamic Feature Module) from MainActivity, but no luck. I've tried to access it with Class.forName("com.dynamicfeature.feature.profile.DetailActivity")
and it throws an java.lang.ClassNotFoundException
Am i missing something? has anyone overcome this? Would like to hear if you guys have a solution :) Thank you