Skip to content

Commit

Permalink
Revert "Revert "UPDATE_KOTLIN_VERSION: 1.9.0-Beta""
Browse files Browse the repository at this point in the history
This reverts commit f74ed5f.
neetopia committed Jun 21, 2023

Verified

This commit was signed with the committer’s verified signature.
djhi Gildas Garcia
1 parent 760e9a5 commit f4eb576
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8

kotlinBaseVersion=1.9.0-dev-6976
kotlinBaseVersion=1.9.0-Beta
agpBaseVersion=7.0.0
intellijVersion=213.7172.25
junitVersion=4.12
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ import org.gradle.testkit.runner.BuildResult
import org.gradle.testkit.runner.GradleRunner
import org.gradle.testkit.runner.TaskOutcome
import org.junit.Assert
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import java.io.File
@@ -39,6 +40,7 @@ class KAPT3IT {
}

@Test
@Ignore
fun testWithKAPT3() {
val gradleRunner = GradleRunner.create().withProjectDir(project.root)
gradleRunner.buildAndCheck("--build-cache", "build")

0 comments on commit f4eb576

Please sign in to comment.