Is there anything special to know about the way Fl...
# fleet
d
Is there anything special to know about the way Fleet resolves the Android Gradle Plugin? Trying to comply with Compose Multiplatform's
1.7.0
Release Notes, that say: > Android Studio previews are available only for composables in Android source sets. They also require one of the latest versions of AGP: 8.5.2, 8.6.0-rc01, or 8.7.0-alpha04. So, I'm trying to use
8.7.0-alpha04
and have specified this in
buildscript.dependencies
. AS syncs with this. Fleet fails sync complaining that I can't use
8.7.0
- it always resolves
8.7.0
no matter what I do 🤷
g
I think Fleet does not resolve any library. This is done by Gradle only. currently using agp 8.6.1 version and it sort of works