Android Studio – why my android Koltin app crashes on opening in android 12 ( no errors on other os / emulator )?
I have a well working android app, developed in kotlin . i updated the target sdk to 31 in app level build.gradle file, plugins { id 'com.android.application' id 'com.google.gms.google-services' } apply plugin: 'com.android.application' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android' android…