@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?
dave08
10/19/2025, 3:39 PM
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
salomonbrys
10/20/2025, 1:24 PM
I'll have a look 👍
d
dave08
10/20/2025, 2:36 PM
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.