Quick question about KMP on IntelliJ vs Android St...
# multiplatform
e
Quick question about KMP on IntelliJ vs Android Studio. I get messages on IntelliJ that AGP 8.13.0 is not compatible yet. It does work on Android Studio. Is this correct? If so, I assume parity is coming soon? I think the latest version of AGP is 8.14 If you want to use kotlin 2.2.20, you have to use AGP 8.13, yes?
j
e
ahh, helpful, thx. I’ve been using APG 8.13.0 and haven’t seen any issues in Android Studio, but according to this I should downgrade
👍 1
z
Usually newer AGP versions work fine, but the compatibility table shows what's tested. AGP version support always takes time in IntelliJ, as it needs to be merged back after Android Studio is released and then those changes have to make it into IntelliJ releases. We try our best to keep the gap as small as possible.
👍 2
e
gotcha. Thank you!