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

Android Basics: SQL Basics #18

Closed matttzzz closed 2 years ago

matttzzz commented 2 years ago

Downloading and attempting to build the project runs into an error message:

Execution failed for task ':app:kaptDebugKotlin'.

A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution java.lang.reflect.InvocationTargetException (no error message)

I don't have the experience to troubleshoot it seems. I've tried googling and haven't been able to find the cause of the error unfortunately

matttzzz commented 2 years ago

Ah - just saw the previous issue and downgraded the room version with success.

osuleymanova commented 2 years ago

@matttzzz Thank you for reaching out to us and informing that the issue is fixed. Happy coding!