skip to Main Content

Android Studio – kotlin-android studio dependency handler error

Facing this error (Could not get unknown property 'kotlin_version' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler) following is the build gradle code. plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace 'com.example.forpfl2' compileSdk 33 defaultConfig { applicationId "com.example.forpfl2" minSdk 16 targetSdk…

VIEW QUESTION
Back To Top
Search