Skip to content

Commit

Permalink
Update kotlin version in testAndroidxCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Jan 11, 2023
1 parent f7f6d67 commit 06a3482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class DesktopApplicationTest : GradlePluginTestBase() {
@Test
fun testAndroidxCompiler() = testProject(
TestProjects.customCompiler, defaultTestEnvironment.copy(
kotlinVersion = "1.6.10",
composeCompilerPlugin = "\"androidx.compose.compiler:compiler:1.1.1\""
kotlinVersion = "1.7.20",
composeCompilerPlugin = "\"androidx.compose.compiler:compiler:1.3.2\""
)
).checkCustomComposeCompiler()

Expand Down

0 comments on commit 06a3482

Please sign in to comment.