Answer the question
In order to leave comments, you need to log in
Room, kotlin, androidx. A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution how to fix the error?
I started building Room, I wanted to make a local database, an error occurs
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecutionwhat to do?
Answer the question
In order to leave comments, you need to log in
apply plugin: 'kotlin-kapt'
//room
implementation 'androidx.room:room-runtime:2.2.5'
kapt 'androidx.room:room-compiler:2.2.5'
implementation 'androidx.room:room-ktx:2.2.5'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question