mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
When the media3 modules are referred from an external project and gradle.ext.androidxMediaModulePrefix is specified, build error occurs like the following. > gradle.ext.androidxMediaModulePrefix = "media-" > A problem occurred evaluating project ':media-lib-common'. > > Project with path ':media-media-lib-cast' could not be found in project ':media-lib-common'. As you can see, the build script of the common module is trying to use an incorrect named project which has duplicated prefixes. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| README.md | ||
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.