Skip to content

Commit

Permalink
Update Kotlin to 1.8.21, kotlinx.serialization to 1.5.1, and add watc…
Browse files Browse the repository at this point in the history
…hosDeviceArm64 target (#278)

- Updated Kotlin version to 1.8.21
- Updated kotlinx.serialization to 1.5.1
- Enabled watchosDeviceArm64 target (which is currently supported by kotlinx.serialization)

- Update yarn.lock after updating Kotlin version

---------

Co-authored-by: Carlos Mota <478962+cmota@users.noreply.github.com>
Co-authored-by: Ilya Gorbunov <ilya.gorbunov@jetbrains.com>
  • Loading branch information
3 people authored Aug 31, 2023
1 parent a196aac commit 3a3950e
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-datetime.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.jetbrains.kotlinx%22%20AND%20a:%22kotlinx-datetime%22)
[![Kotlin](https://img.shields.io/badge/kotlin-1.7.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![KDoc link](https://img.shields.io/badge/API_reference-KDoc-blue)](https://kotlinlang.org/api/kotlinx-datetime/)
[![Slack channel](https://img.shields.io/badge/chat-slack-blue.svg?logo=slack)](https://kotlinlang.slack.com/messages/kotlinx-datetime/)
[![TeamCity build](https://img.shields.io/teamcity/build/s/KotlinTools_KotlinxDatetime_Build_All.svg?server=http%3A%2F%2Fteamcity.jetbrains.com)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxDatetime_Build_All&guest=1)
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kotlin {
target("tvosArm64")
target("iosArm64")
// Tier 3
// target("watchosDeviceArm64") // not supported by kotlinx.serialization
target("watchosDeviceArm64")
// Deprecated for removal
target("iosArm32")
target("watchosX86")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ group=org.jetbrains.kotlinx
version=0.4.0
versionSuffix=SNAPSHOT

defaultKotlinVersion=1.8.10
defaultKotlinVersion=1.8.21
dokkaVersion=1.8.20
serializationVersion=1.5.0
serializationVersion=1.5.1

java.mainToolchainVersion=8
java.modularToolchainVersion=11
Expand Down
Loading

0 comments on commit 3a3950e

Please sign in to comment.