.
It works from the command line, but Android Studio gradle sync fails
Cannot change dependencies of dependency configuration 'MyModuleAdvKit:commonMainApi' after it has been included in dependency resolution.
✅ 1
Vladimir Vainer
09/27/2023, 11:36 AM
Apparently Android Studio Does not like when one kmm module resides inside another.
Moved all the modules to root directory. And problem sovled. ✅