https://kotlinlang.org logo
#javascript
Title
# javascript
r

Rahim Klaber

10/27/2023, 7:25 AM
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

Artem Kobzar

10/27/2023, 8:26 AM
@Ilya Goncharov [JB] can we work with such a construction in our gradle plugin (
implementation(files(...))
)?
i

Ilya Goncharov [JB]

10/27/2023, 10:15 AM
Yes, this syntax has to work correctly. Do you face with problems using it?