I’m trying to upgrade to beta09 & kotlin 1.5....
# compose
c
I’m trying to upgrade to beta09 & kotlin 1.5.10 and android gradle 7.1.0-alpha02 but I get this error have anyone encounter this:
Copy code
Unable to find method ''java.lang.String com.android.utils.FileUtils.relativePossiblyNonExistingPath(java.io.File, java.io.File)'' 
...
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
not sure which plugin from this list might not be compatible
Copy code
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'com.google.firebase.appdistribution'
apply plugin: 'com.google.gms.google-services'

apply plugin: 'dagger.hilt.android.plugin'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlinx-serialization'
apply plugin: "androidx.navigation.safeargs.kotlin"