Skip to content

Commit

Permalink
gears-kotlin: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 2, 2024
1 parent 2e265ed commit c110a83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions gears/gears-kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 1 addition & 7 deletions gears/gears-kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@ Add the dependency:
```groovy
repositories {
mavenCentral()
google()
}
dependencies {
implementation("com.redmadrobot.gears:gears-kotlin:<version>")
}
```

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

Expand Down

0 comments on commit c110a83

Please sign in to comment.