Skip to content

Commit

Permalink
revert: rollback kotlin
Browse files Browse the repository at this point in the history
Since kotlin 1.8.20 requires node-v18, compatibility with CloudflarePages has been lost.
  • Loading branch information
turtton committed Apr 4, 2023
1 parent 925b68f commit c662452
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 305 deletions.
4 changes: 2 additions & 2 deletions kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.8.20"
kotlin("plugin.serialization") version "1.8.20"
kotlin("multiplatform") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"
id("org.jmailen.kotlinter") version "3.14.0"
}

Expand Down
Loading

0 comments on commit c662452

Please sign in to comment.