Kotlin 1.8 + cleanup

This commit is contained in:
Benoit Marty 2023-01-18 14:38:19 +01:00 committed by Benoit Marty
parent 6e72187ff1
commit bd93e54543
7 changed files with 12 additions and 24 deletions

View file

@ -49,7 +49,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.3.2"
kotlinCompilerExtensionVersion = "1.4.0"
}
packagingOptions {