File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ apply plugin: 'com.android.library'
6
6
apply plugin : ' kotlin-android'
7
7
apply plugin : ' kotlin-parcelize'
8
8
9
- def computeKotlinVersion = { -> project. hasProperty(" kotlinVersion" ) ? kotlinVersion : " 1.6.0" }
10
9
def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 31 as int }
11
10
def computeTargetSdkVersion = { -> project. hasProperty(" targetSdk" ) ? targetSdk : 31 as int }
12
11
def computeBuildToolsVersion = { ->
13
12
project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 31.0.0"
14
13
}
15
14
buildscript {
15
+ def computeKotlinVersion = { -> project. hasProperty(" kotlinVersion" ) ? kotlinVersion : " 1.6.0" }
16
16
def kotlinVersion = computeKotlinVersion()
17
17
repositories {
18
18
google()
You can’t perform that action at this time.
0 commit comments