AndroidDev-social / DodoForMastodon

🐘 Mastodon client for Android, iOS and Desktop (JVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT]: Consider upgrading to AGP 7.3.x for better KMP support

racka98 opened this issue · comments

Description

Consider updating to AGP 7.3.x (latest stable)

  1. Fixes some issues that will cause unresolved imports in androidMain sources. Described here: https://issuetracker.google.com/issues/231701341. Though Issue: https://issuetracker.google.com/issues/229298359 for test sources will remain until AGP 7.4.x
  2. Enables full support for sdk 33 (Android 13)
  3. Enables support for Archived apk
  4. Enables using Baseline Profiles freely with any device (see Known issues)
  5. Faster compiler times compared to older versions

Additional Information

I should be able to make a PR once this has been agreed upon. Right now AGP 7.3.1 is the latest stable where most issues with KMP will be fixed with just https://issuetracker.google.com/issues/229298359 remaining