<@U0BLRBFMM> It seems like MockMP doesn't support ...
# kodein
d
@salomonbrys It seems like MockMP doesn't support the latest AGP version...? They changed the unit test source set to androidHostTest... or maybe I'm missing something?
Ok, I just had to use targets("androidHostTest") in the config block... but maybe the plugin should check the version of AGP before assuming the name?
s
I'll have a look 👍
d
Another little point while we're at it... you use java 17 or 21 to compile the code, and a bunch of apps still need to support older android apis that use maximum 11 (with desugaring...). I had to use another library in the end because of this.