Skip to content

Commit

Permalink
Fix koltin-compose compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-Fabi committed May 17, 2024
1 parent a1a1838 commit 949280d
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 @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream

plugins {
val kotlinVersion = "1.9.24"
val kotlinVersion = "1.9.23"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("org.jetbrains.compose") version "1.6.2"
Expand Down

0 comments on commit 949280d

Please sign in to comment.