Skip to content

Commit

Permalink
Version : Migrated androidxComposeCompiler to VersionCatalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 10, 2024
1 parent 43cebd7 commit 1e8f63e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ android {
compose true

composeOptions {
kotlinCompilerExtensionVersion = androidxComposeCompilerVersion
kotlinCompilerExtensionVersion = libs.versions.androidxComposeCompiler.get()
}
}
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ext {

// main
androidxAnnotationVersion = '1.6.0'
androidxComposeCompilerVersion = '1.5.9'
}

measureBuilds {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ androidxAppcompat = '1.6.1'
androidxArchCore = '2.2.0'
androidxCamera = '1.3.4'
androidxCardview = '1.0.0'
androidxComposeCompiler = '1.5.9'
androidxComposeMaterial3 = '1.1.1'
androidxConstraintlayout = '2.1.4'
androidxConstraintlayoutCompose = '1.0.1'
Expand Down

0 comments on commit 1e8f63e

Please sign in to comment.