Add the `core-splashscreen` library to implement a splash screen on app startup. The `MainActivity` theme was updated in the manifest and a new starting theme was created to support this.
···5656}
57575858dependencies {
5959+ implementation("androidx.core:core-splashscreen:1.0.1")
5960 implementation("io.ktor:ktor-client-cio:3.0.1") // Or another engine like OkHttp
6061 implementation("io.ktor:ktor-client-plugins:3.0.1") // Or more specifically:
6162 implementation("io.ktor:ktor-client-core:3.0.1") // Or the version aligned with the library