Is the table here (<https://kotlinlang.org/docs/gr...
# gradle
j
Is the table here (https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin), with the AGP min and max versions correct? When I updated to Kotlin 1.9.23. the warning said the max supported AGP version was 8.2
t
for 1.9.23 release we run our integration tests with AGP 8.2. For 2.0.0 release - it is AGP 8.3. But generally AGP 8.3 should work fine with 1.9.23
j
Thanks! so that table should say 8.2 for the max AGP version for Kotlin 1.9.23 instead of 7.4?
🤔 1
t
yes, looks like documentation should be updated
Correction - for 1.9.2x we run our tests with AGP 8.1
compatibility table will be updated