<Error :org.gradle.api.GradleException: Compilatio...
# stackoverflow
u
Error :org.gradle.api.GradleException: Compilation error. See log for more details I am using jetpack with navigation and I implemented dependency which was in google dev's website and I am getting error when I lunch the app please have a look and tell me what is wrong. my Gradle: plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { compileSdk 32 defaultConfig { applicationId "com.example.g10" minSdk 23 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"...