By default when the project is opened in Android Studio, only the Android modules will be linked. If a Gradle task is run from the command line all Java modules will be linked.
Adds useAllJvmSources (default false) to force link all modules when in the IDE
Adds useAndroidSources (default true) to link only the Android modules when true or only JRE when false
By default when the project is opened in Android Studio, only the Android modules will be linked. If a Gradle task is run from the command line all Java modules will be linked.
useAllJvmSources
(default false) to force link all modules when in the IDEuseAndroidSources
(default true) to link only the Android modules when true or only JRE when false