2
0
size-converter/build.gradle.kts

5 lines
224 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-10-29 13:57:20 +07:00
}