Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Revert Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Feb 13, 2024
1 parent 94ae4f9 commit 2118c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val FLAG_LINK_STATIC: String = "linkStatic"
val GENERATED_FILE_PREFIX: String = "// Generated on build in build.gradle.kts\n"

plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("multiplatform") version "1.9.10"
kotlin("plugin.serialization") version "1.9.0"
}

Expand Down

0 comments on commit 2118c1d

Please sign in to comment.