Files
polytechnic-android/build.gradle.kts
dependabot[bot] 6d9f6c6b4e Bump com.google.devtools.ksp from 2.1.10-1.0.30 to 2.1.20-1.0.31
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.1.10-1.0.30 to 2.1.20-1.0.31.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.1.10-1.0.30...2.1.20-1.0.31)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 22:13:41 +00:00

17 lines
667 B
Kotlin

// 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
id("com.google.devtools.ksp") version "2.1.20-1.0.31" apply false
id("com.google.protobuf") version "0.9.4" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
alias(libs.plugins.google.firebase.crashlytics) apply false
id("com.google.dagger.hilt.android") version "2.55" apply false
id("vkid.manifest.placeholders") version "1.1.0" apply true
}