Hi,guys Can I use KMP(kotlin 1.4.10) with AGP 3.1....
# multiplatform
h
Hi,guys Can I use KMP(kotlin 1.4.10) with AGP 3.1.2 in the Android project?
l
Why do you want to use such an old AGP version?
h
The current project has been iterated for 5 years. AGP has not been upgraded much. The project is relatively large, and all components in the company are basically based on AGP 3.1. It is difficult to upgrade AGP to the new version.
l
I don't think it's safe to use recent libraries with such an old AGP as some might rely on bug fixes and improvements there (such as having R8 rules bundled).
h
Yes, I tried it recently, there are many compatibility issues, no way, I can only reduce the kotlin version to 1.3.72