what is the kotlin dsl equivalent of `api()`? I th...
# dsl
s
what is the kotlin dsl equivalent of
api()
? I thought it might be
apiElements
but then the module that uses
apiElements
fails to find the symbols in that jar.
h
#gradle?
s
oh. this isn’t kotlin-dsl. ugh.