Skip to content

Commit

Permalink
Fix Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Nov 19, 2021
1 parent fccc50e commit 30a3232
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 @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.5.31"
kotlin("jvm") version "1.5.21"
id("org.jetbrains.compose") version "1.0.0-alpha3"
}

Expand Down

0 comments on commit 30a3232

Please sign in to comment.