Skip to content

Some experimental Google libraries converted to Kotlin Multiplatform for Android and iOS for use in Compose multiplatform

License

Notifications You must be signed in to change notification settings

Dilivva/GoogleExperimentalLibraries

Repository files navigation

badge badge GitHub release (latest by date) Maven Central

GoogleExperimentalLibraries

GoogleExperimentalLibraries is a set of Google's libraries converted to Kotlin multiplatform. It provides a common API for google stuffs across mobile platforms (Android, iOS).

Google Libraries:

Getting Started

  1. Add to your dependencies:

    // In your root build.gradle.kts file
    repositories {
        mavenCentral()
    }
    kotlin{
        sourceSets {
          commonMain.dependencies{
             implementation("com.dilivva:$library:${bluelineVersion}")
         } 
     }
    }
  2. Explore the API:

Usage Example

Contributing

We welcome contributions!

License

GoogleExperimentalLibraries is licensed under the MIT License. See the LICENSE file for details.

About

Some experimental Google libraries converted to Kotlin Multiplatform for Android and iOS for use in Compose multiplatform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published