Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.8.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Dec 8, 2022
1 parent 490f129 commit ceddc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -586,6 +586,8 @@ abstract class KspTaskJvm @Inject constructor(

// Used only in incremental compilation and is not applicable to KSP.
useKotlinAbiSnapshot.value(false)

jvmTargetValidationMode.value(PropertiesProvider.JvmTargetValidationMode.WARNING)
}

private fun maybeRegisterTransform(project: Project) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8

kotlinBaseVersion=1.8.0-Beta
kotlinBaseVersion=1.8.0-RC
agpBaseVersion=7.0.0
intellijVersion=203.8084.24
junitVersion=4.12
Expand Down

0 comments on commit ceddc19

Please sign in to comment.