Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.7.20-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Aug 1, 2022
1 parent 9b93698 commit 5767b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -86,7 +86,7 @@ class KspConfigurations(private val project: Project) {

private fun decorateKotlinProject(kotlin: KotlinProjectExtension, project: Project) {
when (kotlin) {
is KotlinSingleTargetExtension -> decorateKotlinTarget(kotlin.target)
is KotlinSingleTargetExtension<*> -> decorateKotlinTarget(kotlin.target)
is KotlinMultiplatformExtension -> {
kotlin.targets.configureEach(::decorateKotlinTarget)

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.7.20-dev-2726
kotlinBaseVersion=1.7.20-Beta
agpBaseVersion=7.0.0
intellijVersion=203.8084.24
junitVersion=4.12
Expand Down

0 comments on commit 5767b1f

Please sign in to comment.