Skip to content

2.6.3

Latest
Compare
Choose a tag to compare
@agrevster agrevster released this 02 Oct 21:42

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")
}