android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
491 stars 260 forks source link

Build error:java.lang.reflect.InvocationTargetException (no error message) #242

Closed HongshuaiZhao closed 9 months ago

HongshuaiZhao commented 9 months ago

Execution failed for task ':app:kaptDebugKotlin'.

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

matale commented 9 months ago

You need to update the Room dependencies the latest version support M chips or use my fixed version as posted here https://github.com/android/codelab-android-paging/issues/240