Skip to content

Commit 89bf808

Browse files
author
Onion
committed
CI-gradlew文件权限修改之后,android构建调整
1 parent de65617 commit 89bf808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composeApp/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ android {
144144
version = "3.22.1"
145145
}
146146
}
147+
lint {
148+
disable += "NullSafeMutableLiveData"
149+
}
147150
}
148151

149152
dependencies {

0 commit comments

Comments
 (0)