Skip to content

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:

Places SignIn

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}")
         } 
     }
    }

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

 
 
 

Contributors