plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' id 'com.google.dagger.hilt.android' id 'com.google.gms.google-services' } android { namespace 'com.example.appr' compileSdk 34 defaultConfig { applicationId "com.unriddle.paper" minSdk 24 targetSdk ...