Hi all, did some one face similar - AS3.5 -> AS...
# android
k
Hi all, did some one face similar - AS3.5 -> AS3.5.1 update broke synthetics. tryed: Invalidate & restrt, reimport, clearing cache, full rebuilds, downgradte to AS3.5 and it keep broken 0_0
t
What’s your Android gradle plugin version?
r
Make sure you have the right plugins in build.gradle
k
solved: solution 1) remove buildSrc 2) move alll of 'kotlin-ext' apply logic into main gradle 3) remove external deps / plugins 4) sync project 5) bring all back