File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
clients/algoliasearch-client-kotlin/gradle
templates/kotlin/snippets
tests/output/kotlin/gradle Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.20 "
2+ kotlin = " 2.0.21 "
33ktor = " 2.3.12"
44
55[libraries ]
Original file line number Diff line number Diff line change 11import com.diffplug.gradle.spotless.SpotlessExtension
22
33plugins {
4- kotlin(" jvm" ) version " 2.0.20 "
5- kotlin(" plugin.serialization" ) version " 2.0.20 "
4+ kotlin(" jvm" ) version " 2.0.21 "
5+ kotlin(" plugin.serialization" ) version " 2.0.21 "
66 alias(libs.plugins.spotless)
77}
88
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.20 "
2+ kotlin = " 2.0.21 "
33coroutines = " 1.7.3"
44serialization = " 1.5.0"
55ktor = " 2.3.12"
Original file line number Diff line number Diff line change 11import com.diffplug.gradle.spotless.SpotlessExtension
22
33plugins {
4- kotlin(" jvm" ) version " 2.0.20 "
5- kotlin(" plugin.serialization" ) version " 2.0.20 "
4+ kotlin(" jvm" ) version " 2.0.21 "
5+ kotlin(" plugin.serialization" ) version " 2.0.21 "
66 alias(libs.plugins.spotless)
77}
88
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.20 "
2+ kotlin = " 2.0.21 "
33coroutines = " 1.7.3"
44serialization = " 1.5.0"
55ktor = " 2.3.12"
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.0.20 "
3- kotlin(" plugin.serialization" ) version " 2.0.20 "
2+ kotlin(" jvm" ) version " 2.0.21 "
3+ kotlin(" plugin.serialization" ) version " 2.0.21 "
44}
55
66repositories {
Original file line number Diff line number Diff line change 11import com.diffplug.gradle.spotless.SpotlessExtension
22
33plugins {
4- kotlin(" jvm" ) version " 2.0.20 "
5- kotlin(" plugin.serialization" ) version " 2.0.20 "
4+ kotlin(" jvm" ) version " 2.0.21 "
5+ kotlin(" plugin.serialization" ) version " 2.0.21 "
66 alias(libs.plugins.spotless)
77}
88
Original file line number Diff line number Diff line change 11[versions]
2- kotlin = "2.0.20 "
2+ kotlin = "2.0.21 "
33coroutines = "1.7.3"
44serialization = "1.5.0"
55ktor = "2.3.12"
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.20 "
2+ kotlin = " 2.0.21 "
33coroutines = " 1.9.0"
44serialization = " 1.5.0"
55ktor = " 2.3.12"
You can’t perform that action at this time.
0 commit comments