Skip to content

Commit aa55fe7

Browse files
authored
Update README.md
1 parent 074c827 commit aa55fe7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<p align="center">
5-
☔ Fluent Kotlin expressions for handling single if-else statements, nullable, collections, and boolean.
5+
☔ Fluent Kotlin expressions for handling single if-else statements, nullable, collections, and boolean. This library supports Kotlin Multiplatform.
66
</p>
77
<br>
88

@@ -31,6 +31,18 @@ dependencies {
3131
}
3232
```
3333

34+
For Kotlin Multiplatform, add the dependency below to your module's `build.gradle.kts` file:
35+
36+
```kotlin
37+
sourceSets {
38+
val commonMain by getting {
39+
dependencies {
40+
implementation("com.github.skydoves:whatif:1.2.0")
41+
}
42+
}
43+
}
44+
```
45+
3446
## Usage
3547

3648
### WhatIf

0 commit comments

Comments
 (0)