In Documentation mentioned
Access code and resources from installed modules
& there is a function to load native library.
SplitInstallHelper.loadLibrary(newContext, “my-cpp-lib”);
But How can I access Java/Kotlin Class Or Java Library from Installed Dynamic Feature Module?
I have checked Call dynamic feature code from base module but there is no solution.
Thanks In Advance