mirror of
https://github.com/dev993848/lastochka-messenger.git
synced 2026-05-23 13:45:50 +00:00
d266606297
- lastochka-server: removed nested .git, now browsable on GitHub - lastochka-ios: removed nested .git, now browsable on GitHub - lastochka-android: added (Kotlin + Jetpack Compose) - lastochka-desktop: added (Electron + React) - lastochka-android-compose: removed (replaced by lastochka-android) - lastochka-ui: updated to latest prototype - .gitignore: added .gradle/, Pods/, DerivedData/, local.properties Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
380 B
Kotlin
8 lines
380 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.3.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
|
|
id("com.google.devtools.ksp") version "1.9.25-1.0.20" apply false
|
|
id("com.google.dagger.hilt.android") version "2.52" apply false
|
|
}
|