Home > Mobile >  How to change the Version in AndroidStudio?
How to change the Version in AndroidStudio?

Time:03-11

I get the follwing message when I want to build:

e: This version (1.0.1) of the Compose Compiler requires Kotlin version 1.5.21 
but you appear to be using Kotlin version 1.5.30 which is not known to be compatible. 
 Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 713ms

Does someone know how to change the version?

Any help is apreciated

  • Related