ExprK icon indicating copy to clipboard operation
ExprK copied to clipboard

How to use this library ?

Open woprandi opened this issue 5 years ago • 4 comments

Hi,

How to import this library with gradle for my android project ?

woprandi avatar Aug 19 '19 15:08 woprandi

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.

Keelar avatar Aug 20 '19 23:08 Keelar

You can use Jitpack. https://jitpack.io/#Keelar/ExprK

Drusantia avatar Oct 21 '20 12:10 Drusantia

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)

snehashis365 avatar Nov 18 '20 06:11 snehashis365

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.

mcanonic avatar Nov 22 '23 09:11 mcanonic