Revert "build(deps): update to KT 1.9.0"

This reverts commit b70688f182.
This commit is contained in:
2023-07-12 16:06:19 +08:00
parent 27e45defad
commit 0c678ed6f9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
plugins {
java
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.8.22"
id("architectury-plugin") version "3.4-SNAPSHOT"
id("dev.architectury.loom") version "1.2-SNAPSHOT" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false