Skip to content

Commit

Permalink
add kotlin gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NMGuner committed Aug 20, 2024
1 parent 51e46ee commit e59916e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ buildscript {

repositories {
google()
gradlePluginPortal()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:${getExtOrDefault('gradlePluginVersion')}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${getExtOrDefault('kotlinVersion')}"
}
}

Expand Down

0 comments on commit e59916e

Please sign in to comment.