Track client and server sources
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
messenger-client/build.gradle.kts
Normal file
9
messenger-client/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.gms) apply false
|
||||
id("com.google.dagger.hilt.android") version "2.57.1" apply false
|
||||
id("com.google.devtools.ksp") version "2.2.0-2.0.2" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user