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.