You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,10 @@ Applications that use a `when` expression to evaluate all members of an enumerat
125
125
type can add an `else` branch to prevent new cases from causing compile warnings
126
126
or errors.
127
127
128
+
#### Semantic versioning and dependencies update
129
+
130
+
We follow [semantic versioning for updating our dependencies](https://semver.org/#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api). This includes updating the Kotlin language version.
131
+
128
132
## License
129
133
130
134
This library is licensed under the [Apache 2.0 License](./LICENSE).
0 commit comments