Is it impossible to use any of the other Android Studio project templates ie. Bottom Navigation, Google Maps Activity, etc. along with Jetpack Compose? I tried adding the Compose dependencies and import libraries into the other projects without using New Empty Compose Activity" template but it doesn't work on the Gradle nor importing Compose type calls.
Could not get unknown property 'compose_version' for object of type com.android.build.gradle.internal.dsl.ComposeOptionsImpl
e: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.10 which is not known to be compatible. Please fix your configuration (or
suppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).