Skip to content

Instantly share code, notes, and snippets.

View Zaraki596's full-sized avatar
🎯
Focusing on Kotlin

Rohan Singh Zaraki596

🎯
Focusing on Kotlin
View GitHub Profile
@Zaraki596
Zaraki596 / gist:b199abeb3929edbb31d47ac33e0503c5
Created June 21, 2022 15:52
Proejct , app and manifest
--------------app level gradle----------------
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
}
android {
* 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: