Add turn on your video tooltip to call screen v2.

This commit is contained in:
Alex Hart
2024-09-24 14:04:47 -03:00
committed by Greyson Parrelli
parent 5552455c2e
commit eaf81e56d6
7 changed files with 153 additions and 15 deletions

View File

@@ -45,6 +45,10 @@ wire {
}
}
tasks.runKtlintCheckOverMainSourceSet {
dependsOn(":core-util-jvm:generateMainProtos")
}
dependencies {
implementation(libs.kotlin.reflect)
implementation(libs.kotlinx.coroutines.core)