Skip to content

Commit

Permalink
use $kotlin_version variable
Browse files Browse the repository at this point in the history
already defined in the ext block
  • Loading branch information
x100111010 committed Aug 12, 2024
1 parent bcdff24 commit 175ddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand Down

0 comments on commit 175ddb8

Please sign in to comment.