Join Slack
Powered by
Is there example how to refer api dependency(nativ...
# multiplatform
k
Konstantin Petrukhnov
10/28/2019, 8:11 AM
Is there example how to refer api dependency(native, metadata) on local FS? I have kotlin mpp lib, that is build but not published to repo. I want to have it as dependency from other kotlin mpp project.
Konstantin Petrukhnov
10/28/2019, 8:14 AM
api(files("/Users/ ... .klib") doesn't work
f
Fudge
10/28/2019, 9:41 AM
You need to add the local repository in gradle
👍 1
6
Views
Open in Slack
Previous
Next