Skip to content

Kotlin multiplatform Multi Social Media library.

License

Notifications You must be signed in to change notification settings

uakihir0/planetlink

Repository files navigation

日本語

PlanetLink

badge badge badge badge

This library is a multi Social Media (SNS) client library compatible with Kotlin Multiplatform. By using this library, you can transparently handle various Social Media platforms.

Supported Platforms

Planned Supported Platforms

  • Slack

Usage

The following is how to use it with Gradle in Kotlin for the respective platforms. If you are using it on the Apple platform, please refer to planetlink-cocoapods. Also, make sure to check the test code.

repositories {
    mavenCentral()
+   maven { url = uri("https://repo.repsy.io/mvn/uakihir0/public") }
}

dependencies {
+   implementation("work.socialhub.planetlink:all:0.0.1-SNAPSHOT")
}

License

MIT License

Author

Akihiro Urushihara

Releases

No releases published

Packages

No packages published

Languages