ExprK
ExprK copied to clipboard
How to use this library ?
Hi,
How to import this library with gradle for my android project ?
Currently the only way is to compile it yourself and add it as a local dependency in your gradle build file. I do intend to publish it to a repository to make it easier but I haven't gotten around to it yet.
You can use Jitpack. https://jitpack.io/#Keelar/ExprK
That was a lifesaver thanks @Drusantia ....................Hey @Keelar I hope u don't mind me using this library for an App(Practice wise only nothing commercial)
In the meanwhile, something has changed. In the file settings.gradle.kts you have to add this: maven { url = uri("https://jitpack.io")
while in build.gradle.kts (Module:app), you have to add this: implementation("com.github.Keelar:ExprK:91fdabf")
Quite different syntax and quite different files to modify.