yasir-ameen
11/04/2023, 8:10 AMagp = "8.1.2"
kotlin = "1.9.20"
compose = "1.5.1"
compose-compiler = "1.5.3"
compose-material3 = "1.1.2"
androidx-activityCompose = "1.8.0"
ktor = "2.3.5"
napier = "2.6.1"
kotlinx-coroutines = "1.7.3"
but having the following errori
This version (1.5.3) of the Compose Compiler requires Kotlin version 1.9.10 but you appear to be using Kotlin version 1.9.20 which is not known to be compatible. Please consult the Compose-Kotlin compatibility map located at https://developer.android.com/jetpack/androidx/releases/compose-kotlin to choose a compatible version pair (or suppressKotlinVersionCompatibilityCheck
but don’t say I didn’t warn you!).
i didn’t see any compatible version for compose using 1.9.20.ephemient
11/04/2023, 8:13 AMyasir-ameen
11/04/2023, 8:14 AMAlejandro Rios
11/04/2023, 3:53 PMcompose = "1.5.10"