Send_Files/build.gradle.kts

6 lines
291 B
Plaintext
Raw Permalink Normal View History

2024-03-10 03:00:31 +07:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2024-10-29 02:51:00 +07:00
androidApplication version Version.agp apply false
2024-03-10 03:00:31 +07:00
kotlinJvm version Version.Kotlin.language apply false
2024-08-22 17:01:21 +03:00
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
2024-03-10 03:00:31 +07:00
}