Installation
The dependency transitively includes the used Kotlin Standard Library 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:2.2.0'
Last updated