Skip to content

Commit

Permalink
chore(deps): update kotlin to v2 (major) (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Jun 5, 2024
1 parent 368f9a8 commit c5fe300
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ profile-out
profile-out-*
app/*/release
app-release.apk
.kotlin
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inline fun <T : ViewBinding> AppCompatActivity.viewBinding(
bindingInflater(layoutInflater)
}

private class ViewLifecycleLazy<out T : Any>(
private class ViewLifecycleLazy<T : Any>(
private val fragment: Fragment,
private val viewBindingFactory: (View) -> T,
) : Lazy<T>, LifecycleEventObserver {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ glide = "4.16.0"
glide-animation-plugin = "2.23.0"
hilt = "2.51.1"
junit = "4.13.2"
kotlin = "1.9.23"
kotlin = "2.0.0"
kotlin-result = "1.1.20"
ksp = "1.9.23-1.0.20"
ksp = "2.0.0-1.0.21"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.3.2" # = agp + 23.0.0 (= 8.3.2), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown2resource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
plugins {
`java-gradle-plugin`
`maven-publish`
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
}

group = "app.pachli.plugins"
Expand Down

0 comments on commit c5fe300

Please sign in to comment.