File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ dependencies {
5151
5252 implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.1'
5353 implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:1.0.0'
54+ implementation ' androidx.palette:palette:1.0.0'
5455
5556 // Jetpack Compose
5657 implementation ' androidx.core:core-ktx:1.7.0'
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.2.0-alpha07 '
3+ compose_version = ' 1.2.0-alpha08 '
44 }
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66plugins {
77 id ' com.android.application' version ' 7.1.3' apply false
88 id ' com.android.library' version ' 7.1.3' apply false
9- id ' org.jetbrains.kotlin.android' version ' 1.6.10 ' apply false
9+ id ' org.jetbrains.kotlin.android' version ' 1.6.20 ' apply false
1010}
1111
1212task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ kotlin.code.style=official
2020# Enables namespacing of each library's R class so that its R class includes only the
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
23- android.nonTransitiveRClass =true
23+ android.nonTransitiveRClass =true
24+ android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments