This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------app level gradle---------------- | |
| plugins { | |
| id 'com.android.application' | |
| id 'org.jetbrains.kotlin.android' | |
| id 'kotlin-kapt' | |
| id 'dagger.hilt.android.plugin' | |
| } | |
| android { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * What went wrong: | |
| 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) | |
| * Try: | |
| > Run with --info or --debug option to get more log output. | |
| > Run with --scan to get full insights. | |
| * Exception is: |