以下のエラーに遭遇した場合の解決方法になります。
android/build.gradle
ファイルの ext.kotlin_version
のバージョンがあっていないようなので、kotlin_versionを1.1.15に変更します。
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15.
buildscript {
ext.kotlin_version = '1.1.15'