Skip to content

Commit 448ea62

Browse files
committed
Update README
1 parent 1de7dda commit 448ea62

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A highly customizable calendar library for Android and Compose Multiplatform, ba
1212

1313
![Preview Phone](https://user-images.githubusercontent.com/15170090/197389318-b3925b65-aed9-4e1f-a778-ba73007cbdf7.png)
1414

15-
![Preview Web Tablet](https://github.com/user-attachments/assets/289f093b-e7c7-47db-9715-34c09128a89a)
15+
![Preview Web Tablet](https://github.com/user-attachments/assets/912128d7-4e77-48dd-9ad1-8bf2b4aa67cd)
1616

1717
## Features
1818

@@ -51,9 +51,13 @@ View the multiplatform sample project's source code [here](https://github.com/ki
5151

5252
## Setup
5353

54-
The library provides two compose artifacts: `com.kizitonwose.calendar:compose` which uses the [java.time](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) APIs for pure Android projects and `com.kizitonwose.calendar:compose-multiplatform` which uses the [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) library for Compose Multiplatform projects. The multiplatform library supports Android, iOS, WasmJs and Desktop platforms.
54+
The library provides the following artifacts:
5555

56-
The Android view library artifact `com.kizitonwose.calendar:view` also uses the `java.time` APIs and can exist alongside the Android compose artifact in an Android project if needed.
56+
`com.kizitonwose.calendar:compose`: The compose artifact for Android projects. This uses the [java.time](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) APIs.
57+
58+
`com.kizitonwose.calendar:compose-multiplatform`: The compose artifact for Compose Multiplatform projects. This uses the [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) library and supports Android, iOS, WasmJs and Desktop platforms.
59+
60+
`com.kizitonwose.calendar:view`: The view artifact for Android projects. This uses the [java.time](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) APIs and can exist alongside the Android compose artifact in an Android project if needed.
5761

5862
#### Step 1
5963

0 commit comments

Comments
 (0)