From 33f0c899d95ae258a32dfd272cbb71d34716f2e8 Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Fri, 2 Aug 2024 11:08:35 +0200 Subject: [PATCH] gears-kotlin: 0.1.0 --- gears/gears-kotlin/CHANGELOG.md | 7 +++++++ gears/gears-kotlin/README.md | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gears/gears-kotlin/CHANGELOG.md b/gears/gears-kotlin/CHANGELOG.md index 6ef2c80..70a7439 100644 --- a/gears/gears-kotlin/CHANGELOG.md +++ b/gears/gears-kotlin/CHANGELOG.md @@ -1,6 +1,13 @@ ## Unreleased +- *No changes* + +## [0.1.0] (2024-08-01) + ### Added - `T.applyIf` - Applies the given block of modifications to the T if the condition is true - `T.applyIfNotNull` - Applies the given block of modifications to the T if the value is not null + + +[0.1.0]: https://github.com/RedMadRobot/gears-android/compare/55223709...daf5c330 diff --git a/gears/gears-kotlin/README.md b/gears/gears-kotlin/README.md index 075e7e1..5216289 100644 --- a/gears/gears-kotlin/README.md +++ b/gears/gears-kotlin/README.md @@ -21,7 +21,6 @@ Add the dependency: ```groovy repositories { mavenCentral() - google() } dependencies { @@ -29,12 +28,7 @@ dependencies { } ``` -The library was developed and tested using: - -> - `kotlin` [1.9.23](https://github.com/JetBrains/kotlin/releases/tag/v1.9.23) - -> [!NOTE] -> These dependencies will be transiently included in your project. +The library was developed and tested with Kotlin [2.0.0](https://github.com/JetBrains/kotlin/releases/tag/v2.0.0) ## Usage