https://github.com/dilivva/googleexperimentallibraries
Some experimental Google libraries converted to Kotlin Multiplatform for Android and iOS for use in Compose multiplatform
https://github.com/dilivva/googleexperimentallibraries
compose-multiplatform google-places-api kotlin-multiplatform
Last synced: about 2 months ago
JSON representation
Some experimental Google libraries converted to Kotlin Multiplatform for Android and iOS for use in Compose multiplatform
- Host: GitHub
- URL: https://github.com/dilivva/googleexperimentallibraries
- Owner: Dilivva
- License: mit
- Created: 2024-04-19T15:50:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:06:35.000Z (10 months ago)
- Last Synced: 2024-08-08T14:17:34.492Z (10 months ago)
- Topics: compose-multiplatform, google-places-api, kotlin-multiplatform
- Language: Objective-C
- Homepage:
- Size: 4.37 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README


[](https://github.com/Dilivva/GoogleExperimentalLibraries/releases)
[](https://maven-badges.herokuapp.com/maven-central/com.dilivva/google-places)# 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**](https://github.com/Dilivva/GoogleExperimentalLibraries/tree/master/places)
[**SignIn**](https://github.com/Dilivva/GoogleExperimentalLibraries/tree/master/signin)## Getting Started
1. **Add to your dependencies:**
```kotlin
// 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.