You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into your `commonMain` source set's dependencies block, where `extension-name` should be replaced with the
@@ -33,12 +33,12 @@ See some example in [examples](./examples) project, where every extension is add
33
33
34
34
-`calendar` - calendar compose implementation migrated to Kotlin Multiplatform from [ComposeCalendar](https://github.com/boguszpawlowski/ComposeCalendar). See sample usage [here](./examples/src/commonMain/kotlin/in/procyk/compose/examples/Calendars.kt).
-forAndroidApplication add to [AndroidManifest.xml](./examples/src/androidMain/AndroidManifest.xml)
44
44
```xml
@@ -69,10 +69,10 @@ See some example in [examples](./examples) project, where every extension is add
69
69
70
70
- `camera-permission` - ask for camera permission. See sample usage [here](./examples/src/commonMain/kotlin/in/procyk/compose/examples/CameraPermission.kt).
- `util` - handy functions to work with compose. Explore the [directory](./util/src/commonMain/kotlin/in/procyk/compose/util) to see what cool features are available.
0 commit comments