Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update plugin org.jetbrains.compose to v1 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.compose.desktop.application.dsl.TargetFormat
plugins {
kotlin("multiplatform") version "1.5.10"
kotlin("plugin.serialization") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build224"
id("org.jetbrains.compose") version "1.5.10"

id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
id("com.adarshr.test-logger") version "3.2.0"
Expand Down
Loading