Skip to content

doneill/kotlin-multiplatform-template

Repository files navigation

Kotlin Multiplatform Playground Template

This project is for experimenting with Kotlin Multiplatform

Android Web iOS
android web iOS

Dependencies

Open Weather Map

To access the OpenWeatherMap API you need an API Key.

Common Lib

The common library needs access to your api key to interact with the Open Weather Map API. Create a gradle.properties file in the root of the common module with a string value pair representing your API Key. This file is not tracked in Git as it is for personal use.

OPENWEATHER_API_KEY = "YOUR-API-KEY"

Blog Series

Contributors

Licensing

A copy of the license is available in the repository's LICENSE file.