Skip to content

Commit

Permalink
Update compose compiler report plugin version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Mar 25, 2024
1 parent 4ee05f1 commit 0305688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions noty-android/app/composeapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,5 @@ dependencies {

htmlComposeCompilerReport {
name = "NotyKT"
includeStableComposables = false
includeStableClasses = false
showOnlyUnstableComposables = true
}
2 changes: 1 addition & 1 deletion noty-android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
androidGradlePluginVersion = '8.1.1'

// Compose compiler report generator plugin
composeCompilerReportGenVersion = "1.1.0"
composeCompilerReportGenVersion = "1.2.0"

// Kotlin
kotlinVersion = "1.8.22"
Expand Down

0 comments on commit 0305688

Please sign in to comment.