Skip to content

Commit

Permalink
Bump Kotlin & KSP
Browse files Browse the repository at this point in the history
  • Loading branch information
daugeldauge committed Feb 5, 2023
1 parent 213eb80 commit 46f1aa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .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 .idea/misc.xml

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

4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
versionCatalogs {
create("libs") {
val kotlinVersion = "1.8.0-RC"
val kotlinVersion = "1.8.0"
version("kotlin", kotlinVersion)

val kspVersion = "$kotlinVersion-1.0.8"
val kspVersion = "$kotlinVersion-1.0.9"

library("kotlinpoet", "com.squareup:kotlinpoet:1.9.0")
library("compileTestingKsp", "com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.4")
Expand Down

0 comments on commit 46f1aa6

Please sign in to comment.