|
@@ -24,7 +24,6 @@ android {
|
|
|
|
|
|
buildFeatures {
|
|
|
viewBinding true
|
|
|
- compose true
|
|
|
buildConfig false
|
|
|
}
|
|
|
signingConfigs {
|
|
@@ -57,10 +56,6 @@ android {
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
|
}
|
|
|
- composeOptions {
|
|
|
- kotlinCompilerExtensionVersion compose_version
|
|
|
- kotlinCompilerVersion kotlin_version
|
|
|
- }
|
|
|
kotlinOptions {
|
|
|
jvmTarget = '1.8'
|
|
|
useIR = true
|
|
@@ -87,15 +82,5 @@ dependencies {
|
|
|
// ui
|
|
|
api rootProject.ext.uiLibs
|
|
|
|
|
|
- implementation "androidx.compose.material:material:$compose_version"
|
|
|
- implementation 'androidx.activity:activity-compose:1.4.0'
|
|
|
- implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
|
|
|
- implementation "androidx.compose.ui:ui:$compose_version"
|
|
|
- implementation "androidx.compose.ui:ui-tooling:$compose_version"
|
|
|
- implementation "androidx.compose.runtime:runtime:$compose_version"
|