Bluetooth_LE/build.gradle.kts
2024-08-20 19:15:25 +03:00

6 lines
289 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.gradle apply false
kotlinJvm version Version.Kotlin.language apply false
kotlinAndroid version Version.Kotlin.language apply false
}