All notable changes to this project will be documented in this file.
- Update to support ktor 3
- Update dependencies:
- kotlin = "2.1.10" ktor = "3.1.1"
- Move the dependencies's versions to catalog
- Update the versions to use kotlin
1.9.21and ktor2.3.6 - Prepare the library to be a KMP Library by using the Kotlin Multiplatform Gradle plugin
and add the source sets (
jvmMainandcommonMain) - Share some
- Update
READMEby add a status section - Fix a few typos in the docs
- Update the
build.gradle.ktsto make it less specific to JVM, and remove unused gradle ktor plugin - Fix the
groupof the dependency - Update GitHub Main workflow
- Add
before-push.shscript - Move the repo owner from
freshtechtipstofreshplatform
- The library is now dev state
- Improve the tests
- Fix typos
- Breaking Change: Now you don't need to pass the configuration class as a value, just add the properties directly
- Breaking change: The
FirebaseAppCheckPluginhas been moved to the rootkotlinfolder - Separate the
srcto a module - Include the
examplein thesettings.gradle.kts - Update the
build.gradle.ktsof theexample
- Rename the folder
examplestoexampleand use only one example project - Use latest version of kotlin
1.9.20 - Use the latest version of Gradle
- initial experimental release.