Bluetooth_LE/build.gradle.kts

6 lines
286 B
Plaintext
Raw 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-20 19:15:25 +03:00
kotlinAndroid version Version.Kotlin.language apply false
2024-03-10 03:00:31 +07:00
}