Kotlin 1.8 + cleanup
This commit is contained in:
parent
57ec77bc1d
commit
4c832c88f7
7 changed files with 12 additions and 24 deletions
|
|
@ -22,7 +22,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.presentation"
|
||||
namespace = "io.element.android.x.architecture"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
plugins {
|
||||
id("io.element.android-library")
|
||||
alias(libs.plugins.anvil)
|
||||
kotlin("plugin.serialization") version "1.7.20"
|
||||
kotlin("plugin.serialization") version "1.8.0"
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue