Skip to content

Commit

Permalink
Add Kotlin Gradle plugin to classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 12, 2024
1 parent 017d7f9 commit 2b3ab13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:8.7.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
}
}

Expand Down

0 comments on commit 2b3ab13

Please sign in to comment.