Regarding the compileOnly warning: As a library author, should you use any library as
implementation
or move to
api
too?
👀 1
a
Adam Semenenko
06/18/2024, 9:23 AM
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.