Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 3m41s
DH V2 CI / API · typecheck, tests, build (push) Successful in 31s
DH V2 CI / WEB · typecheck, build (push) Successful in 19s
Production dependency audit / API · production dependencies (push) Successful in 9s
Production dependency audit / WEB · production dependencies (push) Successful in 8s
DH V2 CI / Docker / scripts contract (push) Successful in 1m14s
7 lines
283 B
Kotlin
7 lines
283 B
Kotlin
plugins {
|
|
id("com.android.application") version "8.13.2" 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("org.jetbrains.kotlin.kapt") version "2.2.20" apply false
|
|
}
|