Maxim Firsov
Maxim Firsov
Hi, I have similar problem. What is the root of it?
I've fixed up that issue to change: buildToolsVersion '**29.0.2**' (was 28.0.3)
that works on my Android-x project ($versions.moxy = 1.7.0): ``` implementation "tech.schoolhelper:moxy-x:$versions.moxy" implementation "tech.schoolhelper:moxy-x-android:$versions.moxy" annotationProcessor "tech.schoolhelper:moxy-x-compiler:$versions.moxy" ```
> ``` > dependenciesInfo { > includeInApk = false > includeInBundle = false > } > ``` Unfortunately, it might lead to issues on GoogPlay review.