
Set of Google's libraries converted to provide a common API for functionalities like Places and SignIn across mobile platforms. Supports easy integration into projects.
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:
Add to your dependencies:
// In your root build.gradle.kts file
repositories {
mavenCentral()
}
kotlin{
sourceSets {
commonMain.dependencies{
implementation("com.dilivva:$library:${bluelineVersion}")
}
}
}We welcome contributions!
GoogleExperimentalLibraries is licensed under the MIT License. See the LICENSE file for details.
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:
Add to your dependencies:
// In your root build.gradle.kts file
repositories {
mavenCentral()
}
kotlin{
sourceSets {
commonMain.dependencies{
implementation("com.dilivva:$library:${bluelineVersion}")
}
}
}We welcome contributions!
GoogleExperimentalLibraries is licensed under the MIT License. See the LICENSE file for details.