~cytrogen/vbhelper

ref: fd45537bd5fd8870ed771a0d172aecc7040c3a25 vbhelper/build.gradle.kts -rw-r--r-- 503 bytes
fd45537b — Cytrogen Replace README.md with Chinese README.org a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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.kotlin.jvm) apply false
    alias(libs.plugins.kotlin.serialization) apply false
    alias(libs.plugins.ktor) apply false
}

buildscript {
    dependencies {
        classpath(libs.protobuf.gradle.plugin)
    }
}