Update kotlin (#6142)
* Update kotlin to `v2.3.10` * Don't use the `-0.6.x-compat` version for datetime * Update kotlinc file contents * Try to make Renovate ignore the non-semver versions for `kotlinx-datetime` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
578463e119
commit
ca623825fd
3 changed files with 5 additions and 4 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
|
@ -22,7 +22,8 @@
|
||||||
{
|
{
|
||||||
"versioning": "semver",
|
"versioning": "semver",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"/^org.maplibre/"
|
"/^org.maplibre/",
|
||||||
|
"/^org.jetbrains.kotlinx:kotlinx-datetime/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="KotlinJpsPluginSettings">
|
<component name="KotlinJpsPluginSettings">
|
||||||
<option name="version" value="2.3.0" />
|
<option name="version" value="2.3.10" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# Project
|
# Project
|
||||||
android_gradle_plugin = "8.13.2"
|
android_gradle_plugin = "8.13.2"
|
||||||
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
|
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
|
||||||
kotlin = "2.3.0"
|
kotlin = "2.3.10"
|
||||||
kotlinpoet = "2.2.0"
|
kotlinpoet = "2.2.0"
|
||||||
ksp = "2.3.5"
|
ksp = "2.3.5"
|
||||||
firebaseAppDistribution = "5.2.0"
|
firebaseAppDistribution = "5.2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue