~cytrogen/vbhelper

ref: 73c393df64d9b967b26da6d6ad659dc2d0b2920f vbhelper/build.gradle.kts -rw-r--r-- 358 bytes
73c393df — Nacho Fixed bug syncing watch adventure missions progress with the app 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)
    }
}