Skip to content

Commit

Permalink
Comments from #109 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee authored Jun 21, 2024
1 parent a68de88 commit 9fd54ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ plugins {
}

dependencies {
// version is 0.1.0 is set by Gradle plugin
// version 0.1.0 is set by the Gradle plugin
implementation("org.jetbrains.kotlinx:kotlinx-rpc-runtime")
}
```

To learn more about compatibility guaranties -
check out our [Releases](https://kotlin.github.io/kotlinx-rpc/releases.html) guide.
For a full compatibility checklist,
see [Releases](https://kotlin.github.io/kotlinx-rpc/releases.html).

## JetBrains Product

Expand Down
9 changes: 4 additions & 5 deletions docs/pages/kotlinx-rpc/topics/releases.topic
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
for the oldest supported minor version of Kotlin.
</p>
<warning>
<code>kotlinx-rpc</code> library is <b>not stable</b>.
Until it is, such compatibility will all Kotlin versions is not guarantied for our runtime dependencies.
However, we will try our best to maintain it,
and it is in our plans to ensure all runtime dependencies are compatible will all supported Kotlin versions
during the stable release.
The <code>kotlinx-rpc</code> library is currently <b>not stable</b>.
As a result, we cannot guarantee compatibility with all Kotlin versions for our runtime dependencies at this time.
However, we are committed to maintaining compatibility as much as possible.
It is in our plans to ensure that all runtime dependencies are compatible with all supported Kotlin versions by the time of the stable release.
</warning>
<chapter title="Project configuration" id="project-configuration">
<p>
Expand Down

0 comments on commit 9fd54ba

Please sign in to comment.