Installation

The dependency transitively includes the used Kotlin Stdlib version, which is required as PocketKnife is written entirely in Kotlin.

Add JitPack as a repository

maven { url 'https://jitpack.io' }

Add the dependency

implementation 'com.github.axelrindle:PocketKnife:v1.2.1'

Last updated