Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.
| Content type | Status |
|---|---|
| text/plain | ✅ |
| text/html | 👷 |
| image/* | 👷 |
| video/* | 👷 |
You need to implement the 'activityProvider' to provide the required Activity.
// MainActivity.kt
ShareKit.setActivityProvider { return@setActivityProvider this }ShareKit.shareText(text)