更新kotlin版本
更新kotlin 1.7.0 更新Compose 1.2.0 更新room 2.5.0-alpha02 旧版本不支持kotlin 1.7.0
This commit is contained in:
+6
-1
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user