Skip to content

Commit df32059

Browse files
committed
Use latest supported kotlin version with rerun test
1 parent 1b39f1e commit df32059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/org/gradle/android/RerunTasksTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class RerunTasksTest extends AbstractTest {
1212

1313
def projectDir = temporaryFolder.newFolder()
1414
SimpleAndroidApp.builder(projectDir, cacheDir)
15-
.withKotlinVersion(VersionNumber.parse("1.5.0"))
15+
.withKotlinVersion(TestVersions.latestSupportedKotlinVersion())
1616
.build()
1717
.writeProject()
1818

0 commit comments

Comments
 (0)