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
3db67dfb9d
commit
f4a61ec5a4
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",
|
||||
"matchPackageNames": [
|
||||
"/^org.maplibre/"
|
||||
"/^org.maplibre/",
|
||||
"/^org.jetbrains.kotlinx:kotlinx-datetime/"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue