Section 2 of android native implementation
All checks were successful
Deploy to production / deploy (push) Successful in 21s
All checks were successful
Deploy to production / deploy (push) Successful in 21s
This commit is contained in:
6
android/native/build.gradle.kts
Normal file
6
android/native/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
plugins {
|
||||
id("com.android.application") version "8.13.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.57.2" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user