Skip to content

Commit d74ff1d

Browse files
committed
gears-kotlin: 0.1.0
1 parent 2e265ed commit d74ff1d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gears could be used together or alone.
2222
### :gear: **[Gears](gears/)**
2323

2424
- [![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
25-
- [![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
25+
- [![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
2626

2727
### :hammer_and_wrench: **[red_mad_robot Android KTX](ktx/)**
2828

gears/gears-kotlin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## Unreleased
22

3+
- *No changes*
4+
5+
## [0.1.0] (2024-08-01)
6+
37
### Added
48

59
- `T.applyIf` - Applies the given block of modifications to the T if the condition is true
610
- `T.applyIfNotNull` - Applies the given block of modifications to the T if the value is not null
11+
12+
13+
[0.1.0]: https://github.com/RedMadRobot/gears-android/compare/55223709...daf5c330

gears/gears-kotlin/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@ Add the dependency:
2121
```groovy
2222
repositories {
2323
mavenCentral()
24-
google()
2524
}
2625
2726
dependencies {
2827
implementation("com.redmadrobot.gears:gears-kotlin:<version>")
2928
}
3029
```
3130

32-
The library was developed and tested using:
33-
34-
> - `kotlin` [1.9.23](https://github.com/JetBrains/kotlin/releases/tag/v1.9.23)
35-
36-
> [!NOTE]
37-
> These dependencies will be transiently included in your project.
31+
The library was developed and tested with Kotlin [2.0.0](https://github.com/JetBrains/kotlin/releases/tag/v2.0.0)
3832

3933
## Usage
4034

0 commit comments

Comments
 (0)