Current supported Pocketbase Versions 0.20+
Full Changelog: 2.6.2...2.6.3
Installation
Using this library requires the
KotlinX Serialization plugin
To use Pocketbase Kotlin just add the following into your buildscript:
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.agrevster:pocketbase-kotlin:2.6.3")
}