更新kotlin版本

更新kotlin 1.7.0
更新Compose 1.2.0
更新room 2.5.0-alpha02 旧版本不支持kotlin 1.7.0
This commit is contained in:
ag2s20150909
2022-07-03 11:40:53 +08:00
parent 770bbf2eb1
commit b5be4fdb65
3 changed files with 16 additions and 9 deletions
+6 -1
View File
@@ -2,8 +2,13 @@
buildscript {
ext{
kotlin_version = '1.6.10'
kotlin_version = '1.7.0'
compose_version = '1.2.0-rc03'
compose_compiler_version = '1.2.0'
agp_version= '7.2.1'
exoplayer_version = '2.18.0'
splitties_version = '3.0.0'
room_version = '2.5.0-alpha02'
}
}