~cytrogen/vbhelper

ref: aac05a3b1c499cd75dc9cf43c9047c39a00a5886 vbhelper/build.gradle.kts -rw-r--r-- 358 bytes
aac05a3b — nacabaro Merge pull request #37 from nacabaro/card/import_more 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
// 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
}

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