File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ plugins {
7
7
}
8
8
9
9
android {
10
+
10
11
compileSdk compile_sdk
11
12
defaultConfig {
12
13
namespace " io.syslogic.demo.colorpicker"
@@ -17,23 +18,28 @@ android {
17
18
targetSdk target_sdk
18
19
minSdk min_sdk
19
20
}
21
+
20
22
compileOptions {
21
23
sourceCompatibility JavaVersion . VERSION_17
22
24
targetCompatibility JavaVersion . VERSION_17
23
25
}
26
+
24
27
kotlinOptions {
25
28
jvmTarget = 17
26
29
}
30
+
27
31
composeOptions {
28
32
// See the "Compose to Kotlin Compatibility Map" for compatible versions:
29
33
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin
30
34
kotlinCompilerExtensionVersion kotlin_compiler_extension_version
31
35
}
36
+
32
37
buildFeatures {
33
38
buildConfig true
34
39
dataBinding true
35
40
compose true
36
41
}
42
+
37
43
buildTypes {
38
44
debug {
39
45
minifyEnabled false
@@ -42,6 +48,7 @@ android {
42
48
minifyEnabled false
43
49
}
44
50
}
51
+
45
52
lint {
46
53
lintConfig file(' ../lint.xml' )
47
54
checkAllWarnings true
@@ -77,7 +84,6 @@ dependencies {
77
84
implementation " androidx.compose.runtime:runtime:$compose_version "
78
85
implementation " androidx.compose.ui:ui:$compose_version "
79
86
80
-
81
87
// jUnit
82
88
testImplementation " junit:junit:$junit_version "
83
89
You can’t perform that action at this time.
0 commit comments