Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Update kotlin monorepo to v2 (major) - autoclosed #155

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
// Apply the Kotlin JVM plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("org.jetbrains.kotlin.jvm") version "2.0.20"
// Kotlinx serialization for any data format
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "2.0.20"
// Shade the plugin
id("com.github.johnrengelman.shadow") version "7.1.2"
// Allow publishing
Expand Down
Loading