Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent c6b333f commit 95bb06c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.1.0-rc02"
kotlinCompilerExtensionVersion = "1.5.9"
}

}
Expand Down
2 changes: 1 addition & 1 deletion lib/bar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.2.0-alpha04"
kotlinCompilerExtensionVersion = "1.5.9"
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.2.0-alpha04"
kotlinCompilerExtensionVersion = "1.5.9"
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/line/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.2.0-alpha04"
kotlinCompilerExtensionVersion = "1.5.9"
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/pie/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.2.0-alpha04"
kotlinCompilerExtensionVersion = "1.5.9"
}
}

Expand Down

0 comments on commit 95bb06c

Please sign in to comment.