kavaref-android

Maven CentralMaven metadata URLAndroid Min SDK

This is the core base module for KavaRef on the Android platform.

Configure Dependency

You can add this module to your project using the following method.

We recommend that you first refer to kavaref-bom to use BOM for unified version management.

Add dependency in your project's gradle/libs.versions.toml.

[versions]
kavaref-android = "<version>"

[libraries]
kavaref-android = { module = "com.highcapable.kavaref:kavaref-android", version.ref = "kavaref-android" }

Configure dependency in your project's build.gradle.kts.

implementation(libs.kavaref.android)

Please change <version> to the version displayed at the top of this document.

Traditional Method

Configure dependency in your project's build.gradle.kts.

implementation("com.highcapable.kavaref:kavaref-android:<version>")

Please change <version> to the version displayed at the top of this document.

Function Introduction

The core base module provides essential support for using KavaRef on the Android platform. It does not expose any public API for direct use. Please refer to kavaref-core to utilize these functionalities.