Regarding the compileOnly warning: As a library au...
# kotlin-native
h
Regarding the compileOnly warning: As a library author, should you use any library as
implementation
or move to
api
too?
👀 1
a
Hi, you can choose either implementation or api, but iirc for Kotlin Native there is effectively no difference. At least, that's how it works currently.
🙏 1