google-developer-training / android-basics-kotlin-sql-basics-app

Fundamentals of relational databases and practice running SQL queries with Database Inspector in Android Studio.
Apache License 2.0
62 stars 127 forks source link

Use SQL to read and write to a database #55

Closed jacktp1 closed 9 months ago

jacktp1 commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-sql

In which task and step of the codelab can this issue be found? Run the SQL Basics app in Android Studio. When the app launches, you see the following screen.

Describe the problem Build failed

Task :app:compileDebugKotlin FAILED e: This version (1.1.1) of the Compose Compiler requires Kotlin version 1.6.10 but you appear to be using Kotlin version 1.6.21 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.

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.