Justin Tullgren
12/09/2022, 5:03 PMcompileOnly
as the actual runtime dependency will be provided by a user of the library. This works fine for normal compiling, but compiling the android test class path throws an IR error:
No such enum entry LIBRARY_GROUP_PREFIX
I have tried adding the annotations as an implementation
and testCompileOnly
and androidTestImplementation
dependency but I can't get passed that IR error. Does anyone have a workaround or solution? Thanks!