File tree Expand file tree Collapse file tree
src/main/kotlin/org/cru/godtools/base/tool/databinding/adapters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id(" godtools.library-conventions" )
3- kotlin(" kapt" )
43 alias(libs.plugins.ksp)
54}
65
76android {
87 namespace = " org.cru.godtools.downloadmanager"
98
109 configureCompose(project)
11- buildFeatures.dataBinding = true
1210
1311 testOptions.unitTests.all {
1412 // enable spyk mocks for java.io.File
@@ -28,7 +26,6 @@ dependencies {
2826 api(libs.androidx.work.ktx)
2927
3028 implementation(libs.gtoSupport.androidx.work)
31- implementation(libs.gtoSupport.compat)
3229 implementation(libs.gtoSupport.dagger)
3330 implementation(libs.gtoSupport.kotlin.coroutines)
3431
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
4848 implementation(libs.gtoSupport.androidx.recyclerview)
4949 implementation(libs.gtoSupport.animation)
5050 implementation(libs.gtoSupport.base)
51+ implementation(libs.gtoSupport.compat)
5152 implementation(libs.gtoSupport.dagger)
5253 implementation(libs.gtoSupport.eventbus)
5354 implementation(libs.gtoSupport.kotlin.coroutines)
Original file line number Diff line number Diff line change 1- package org.cru.godtools.downloadmanager. databinding
1+ package org.cru.godtools.base.tool. databinding.adapters
22
33import android.view.View
44import android.widget.ProgressBar
You can’t perform that action at this time.
0 commit comments