All notable changes to this project will be documented in this file.
- Update the versions to use kotlin
1.9.21
and ktor2.3.6
- Prepare the library to be a KMP Library by using the Kotlin Multiplatform Gradle plugin
and add the source sets (
jvmMain
andcommonMain
) - Share some
- Update
README
by add a status section - Fix a few typos in the docs
- Update the
build.gradle.kts
to make it less specific to JVM, and remove unused gradle ktor plugin - Fix the
group
of the dependency - Update GitHub Main workflow
- Add
before-push.sh
script - Move the repo owner from
freshtechtips
tofreshplatform
- 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
FirebaseAppCheckPlugin
has been moved to the rootkotlin
folder - Separate the
src
to a module - Include the
example
in thesettings.gradle.kts
- Update the
build.gradle.kts
of theexample
- Rename the folder
examples
toexample
and use only one example project - Use latest version of kotlin
1.9.20
- Use the latest version of Gradle
- initial experimental release.