londonappbrewery / xylophone-flutter

Starter code for the Xylophone project in the Complete Flutter Bootcamp

Home Page:https://www.appbrewery.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible classes were found in dependencies

Digvijay-95 opened this issue · comments

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.