kyleg
03/10/2020, 4:17 PMimport mycomposemodule.testactivity
. How do I accomplish this? I’m trying to add Compose functionality to an existing application that uses Room and other stuff. dev06
, by the way.satyan
03/10/2020, 4:30 PMimplementation project(':mymodule')
)
Check this documentation:
• Gradle multi-module
https://docs.gradle.org/current/userguide/multi_project_builds.html
• Plaid is multi-module too:
https://github.com/android/plaid