How To Fix Error When Building Android Studio Project | Dependency 'androidx.core:core-ktx:1.15.0'
How to fix build error when creating new android project in android studio.
Dependency 'androidx.core:core-ktx:1.15.0' requires libraries and applications that
depend on it to compile against version 35 or later of the
Android APIs.
If you are on the latest Android Studio version you can replace the
implementation(libs.androidx.core.ktx) to either implementation("androidx.core:core-ktx:1.13.1") or
implementation(libs.androidx.core.ktx.v1131)
Link to my Stack Overflow Answer : https://stackoverflow.com/a/79165502/...
I'm going to upload more Android Development content. So if you're interested, please do subscribe 🙌🏻