~cytrogen/vbhelper

ref: d9e492eb0e6fb97f3b8625684567a473e18068f8 vbhelper/build.gradle.kts -rw-r--r-- 269 bytes
d9e492eb — Christopher O'Grady Add readme describing how to setup 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
// 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
}