现在webdav链接跑通了,准备优化界面逻辑
This commit is contained in:
@@ -6,6 +6,9 @@ gradle-wrapper.jar
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
.cxx/
|
||||
.kotlin
|
||||
/build
|
||||
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/to/reference-keystore
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
kotlin version: 2.3.20
|
||||
error message: Daemon compilation failed
|
||||
|
||||
@@ -3,4 +3,6 @@ android.useAndroidX=true
|
||||
# This newDsl flag was added by the Flutter template
|
||||
android.newDsl=false
|
||||
# This builtInKotlin flag was added by the Flutter template
|
||||
kotlin.incremental=false
|
||||
kotlin.parallel.tasks.in.project=false
|
||||
android.builtInKotlin=false
|
||||
|
||||
@@ -20,7 +20,7 @@ pluginManagement {
|
||||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "9.0.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.3.20" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
||||
}
|
||||
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user