Skip to content

Commit

Permalink
upd kotlin version in testCustomCompilerUnsupportedPlatformsWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Jun 12, 2024
1 parent b8a4278 commit 2a2a451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class UnsupportedCompilerPluginWarningTest : GradlePluginTestBase() {
) {
testProject(
TestProjects.customCompilerUnsupportedPlatformsWarning, defaultTestEnvironment.copy(
kotlinVersion = "1.8.22",
kotlinVersion = "1.9.0",
composeCompilerPlugin = "\"$androidxComposeCompilerPlugin\"",
)
).apply {
Expand Down

0 comments on commit 2a2a451

Please sign in to comment.