Upgrade AGP, and some other plugins.

This commit is contained in:
Benoit Marty 2023-02-17 12:28:03 +01:00
parent 2ba44c70fc
commit cec8c4644c
4 changed files with 11 additions and 9 deletions

View file

@ -50,7 +50,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.0"
kotlinCompilerExtensionVersion = "1.4.2" // libs.versions.composecompiler.get()
}
packagingOptions {