Skip to content

Commit

Permalink
migrate to k2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoortor committed Jul 17, 2024
1 parent d62de23 commit 9837044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
kotlin("jvm") version "1.7.10" apply true
kotlin("jvm") version "2.0.0" apply true
id("io.gitlab.arturbosch.detekt") version "1.21.0"
id("com.github.johnrengelman.shadow") version "7.0.0"
}

buildscript {
extra["kotlin_version"] = "1.7.10"
extra["kotlin_version"] = "2.0.0"

repositories {
mavenCentral()
}

dependencies {
classpath(kotlin("gradle-plugin", version = "1.7.10"))
classpath(kotlin("gradle-plugin", version = "2.0.0"))
}
}

Expand Down

0 comments on commit 9837044

Please sign in to comment.