*
This commit is contained in:
13
ble-protocol/build.gradle.kts
Normal file
13
ble-protocol/build.gradle.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
// ble-protocol:纯 Kotlin JVM 模块,零第三方依赖(测试框架除外)
|
||||
// 职责:IE-1000 / VM208 蓝牙帧的解析与编码,脱离 Android 可独立单测
|
||||
plugins {
|
||||
alias(libs.plugins.kotlin.jvm)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(libs.junit)
|
||||
}
|
||||
Reference in New Issue
Block a user