I find when developing :compose-multiplatform: Com...
# multiplatform
d
I find when developing K Compose/ K Multi-Platform code I switch between [JB] IDE's frequently. This code to auto-select the Android Gradle Plugin version has become a significant time-saver 😄 🎁 Welcome to copy; or... would you even find this useful as a Gradle plugin? Perhaps pointing to some kind of centrally updated IDE/AGP version map? (This would go in top-level
build.gradle.kts
)
👎 1
e
I know it doesn't always work out in practice, but a big part of AGP 7+ is that AGP and AS versions are supposed to be decoupled so you could mix and match them.
d
@eygraber Yes that may the intention. In practice I've found having a distinct setting available for each IDE is still helpful.