hey, I'm trying to use a kotlin js library I creat...
# javascript
r
hey, I'm trying to use a kotlin js library I created. I didn't publish it, so I'm trying to import the
.klib
file in gradle. Is this possible? RIght now I'm doing
implementation(files("libs/stellar_kt-js-1.0-SNAPSHOT.klib"))
a
@Ilya Goncharov [JB] can we work with such a construction in our gradle plugin (
implementation(files(...))
)?
i
Yes, this syntax has to work correctly. Do you face with problems using it?