https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
l

Lamberto Basti

10/17/2019, 12:58 PM
How do you get a reference to Jars downloded from maven for the JS target in Kotlin DSL? I need to unpack them for the assemble web! If i try to use
configurations["jsApi"].singleFile
it errors with:
Resolving configuration 'jsApi' directly is not allowed
I was trying something like this, but the error is still the same and honestly I don't even know what to Google for.