From d74ff1dbf3f65da36a1ad37ce94608ab574223bb Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Fri, 2 Aug 2024 11:50:55 +0200 Subject: [PATCH] gears-kotlin: 0.1.0 --- README.md | 2 +- gears/gears-kotlin/CHANGELOG.md | 7 +++++++ gears/gears-kotlin/README.md | 8 +------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1bcce45..25cf4dc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Gears could be used together or alone. ### :gear: **[Gears](gears/)** - [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square&label=gears-compose)][gears-compose] — A set of gears for Jetpack Compose -- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square&label=gears-kotlin)][gears-kotlin] — A set of gears for Kotlin +- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-kotlin?style=flat-square&label=gears-kotlin)][gears-kotlin] — A set of gears for Kotlin ### :hammer_and_wrench: **[red_mad_robot Android KTX](ktx/)** 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