londonappbrewery / xylophone-flutter

Starter code for the Xylophone project in the Complete Flutter Bootcamp
https://www.appbrewery.co
115 stars 893 forks source link

Incompatible classes were found in dependencies #39

Open Digvijay-95 opened 3 years ago

Digvijay-95 commented 3 years ago

to solve this issue go to your project file, then Android > build.gradle (not the one in app>src)

change Kotlin version to the latest. by the time I am writing this, It is ext.kotlin_version = '1.5.21' after updating the version, rebuild the app, Your problem might be solved.