Add sharetarget compatibility library

This commit is contained in:
Kirill Kamakin
2022-11-28 20:09:08 +01:00
parent b64b78884e
commit f2a4d00cf9
2 changed files with 5 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ dependencies {
implementation(libs.androidx.lifecycle.livedataKtx)
implementation(libs.androidx.lifecycle.viewmodelKtx)
implementation(libs.androidx.shareTarget)
implementation(libs.google.dagger.hiltAndroid)
kapt(libs.google.dagger.hiltCompiler)
kaptTest(libs.google.dagger.hiltAndroidCompiler)