Kotlin library implementing a singleton service that provides access to a weather sensor reader.
- Copy the
lib.jarfile inlib/build/libsinto theapp\libsdirectory of your new project- Note: the libs directory may not show up in some IDEs, including Android Studio
- Add the line
implementation files('libs/lib.jar')to thebuild.gradlefile in theappdirectory - Sync project with Gradle files
For instructions on how to add in Android Studio: Click Here