You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: