File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,10 @@ updates:
4242 applies-to : version-updates
4343 patterns :
4444 - " com.squareup.okhttp3*"
45+
46+ kotlin :
47+ applies-to : version-updates
48+ patterns :
49+ - " org.jetbrains.kotlin*"
50+ - " com.google.devtools.ksp*"
4551 open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ dependencies {
406406 testImplementation(" com.shazam:shazamcrest:0.11" )
407407 testImplementation(" org.robolectric:robolectric:4.14.1" )
408408 // we need it to test Parcelable implementation
409- testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.1.10 " )
409+ testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.1.20 " )
410410 testImplementation(" junit:junit:4.13.2" )
411411 testImplementation(" androidx.room:room-testing:2.6.1" )
412412 testImplementation(" io.github.classgraph:classgraph:4.8.179" )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ plugins {
1010 id(" org.jetbrains.kotlin.android" ) version " 2.1.20" apply false
1111 id(" androidx.navigation.safeargs.kotlin" ) version " 2.8.9" apply false
1212 id(" com.starter.easylauncher" ) version " 6.4.0" apply false
13- id(" org.jetbrains.kotlin.plugin.parcelize" ) version " 2.1.10 " apply false
14- id(" com.google.devtools.ksp" ) version " 2.1.10 -1.0.31" apply false
13+ id(" org.jetbrains.kotlin.plugin.parcelize" ) version " 2.1.20 " apply false
14+ id(" com.google.devtools.ksp" ) version " 2.1.20 -1.0.31" apply false
1515 id(" org.ajoberstar.grgit" ) version " 5.3.0" apply false
1616}
1717
You can’t perform that action at this time.
0 commit comments