Skip to content

Commit

Permalink
Merge pull request #91 from hossain-khan/update-kotlin-2-0
Browse files Browse the repository at this point in the history
[UPDATE] Kotlin to 2.0
  • Loading branch information
hossain-khan authored Aug 5, 2024
2 parents d4df0e4 + 5c9a57f commit 99153b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"

// Publishing plugin
// https://docs.gradle.org/current/userguide/publishing_maven.html
Expand Down
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

// KSP plugin
// https://github.com/google/ksp/releases
id("com.google.devtools.ksp").version("1.9.23-1.0.20")
id("com.google.devtools.ksp").version("2.0.0-1.0.24")
}

group = "dev.hossain.timeline"
Expand Down

0 comments on commit 99153b1

Please sign in to comment.