Merge "Adds a few dependencies to the shared library." into tm-qpr-dev

This commit is contained in:
Ale Nijamkin
2022-11-05 13:16:12 +00:00
committed by Android (Google) Code Review

View File

@@ -52,6 +52,11 @@ android_library {
"SystemUIUnfoldLib", "SystemUIUnfoldLib",
"androidx.dynamicanimation_dynamicanimation", "androidx.dynamicanimation_dynamicanimation",
"androidx.concurrent_concurrent-futures", "androidx.concurrent_concurrent-futures",
"androidx.lifecycle_lifecycle-runtime-ktx",
"androidx.lifecycle_lifecycle-viewmodel-ktx",
"androidx.recyclerview_recyclerview",
"kotlinx_coroutines_android",
"kotlinx_coroutines",
"gson-prebuilt-jar", "gson-prebuilt-jar",
"dagger2", "dagger2",
"jsr330", "jsr330",
@@ -64,6 +69,7 @@ android_library {
}, },
min_sdk_version: "current", min_sdk_version: "current",
plugins: ["dagger2-compiler"], plugins: ["dagger2-compiler"],
kotlincflags: ["-Xjvm-default=enable"],
} }
java_library { java_library {