| | |
| | | alias(libs.plugins.jetbrains.kotlin.android) |
| | | // id 'com.android.application' |
| | | id 'kotlin-android' |
| | | id 'kotlin-kapt' |
| | | // id 'kotlin-kapt' |
| | | id 'com.google.devtools.ksp' version '1.9.0-1.0.13' |
| | | id 'kotlin-parcelize' |
| | | // id 'img-optimizer' |
| | | // id 'com.yanzhenjie.andserver' |
| | |
| | | //noinspection GradleDependency |
| | | implementation "androidx.room:room-rxjava2:$room_version" |
| | | //noinspection KaptUsageInsteadOfKsp |
| | | kapt "androidx.room:room-compiler:$room_version" |
| | | // kapt "androidx.room:room-compiler:$room_version" |
| | | ksp "androidx.room:room-compiler:$room_version" |
| | | |
| | | //CodeView:https://github.com/AmrDeveloper/CodeView |
| | | implementation 'io.github.amrdeveloper:codeview:1.3.9' |
| | |
| | | |
| | | //HTTP服务器:https://github.com/yanzhenjie/AndServer |
| | | implementation 'cn.ppps.andserver:api:2.1.12' |
| | | kapt 'cn.ppps.andserver:processor:2.1.12' |
| | | // kapt 'cn.ppps.andserver:processor:2.1.12' |
| | | ksp 'cn.ppps.andserver:processor:2.1.12' |
| | | |
| | | //Location 是一个通过 Android 自带的 LocationManager 来实现的定位功能:https://github.com/jenly1314/Location |
| | | implementation 'com.github.pppscn:location:1.0.0' |