How do I easily tell if a depency supports gradle ...
# multiplatform
m
How do I easily tell if a depency supports gradle metadata or if I need to add the declaration for each sourceSet ? For an exemple, does
kotlinx-io
support meta data ?
Looks like metadata are stored in a
module
file like here: https://jcenter.bintray.com/com/soywiz/korlibs/klock/klock/1.5.0/
So
kotlinx-io
does not support metadata apparently
And neither does
kotlin-stdlib
?