Skip to content

Commit

Permalink
upgrade to kotlin 2.0.0-Beta5, and use undercouch plugin directly see:
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 1, 2024
1 parent 16921a6 commit ea6a709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.de.undercouch.gradle.tasks.download.Download
import de.undercouch.gradle.tasks.download.Download
import java.time.format.DateTimeFormatter

plugins {
Expand All @@ -9,6 +9,7 @@ plugins {
id("com.github.gmazzo.buildconfig") version "5.3.5"
id("org.ajoberstar.grgit") version "5.2.2"
id("io.gitlab.arturbosch.detekt") version("1.23.3")
id("de.undercouch.download") version "5.6.0"
}

group = "com.zoffcc.applications.trifa_material"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ android.defaults.buildfeatures.buildconfig=true
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
compose.version=1.6.10-dev1551
kotlin.version=2.0.0-Beta4
multiplatform.version=2.0.0-Beta4
kotlin.version=2.0.0-Beta5
multiplatform.version=2.0.0-Beta5

0 comments on commit ea6a709

Please sign in to comment.