Join Slack
Hi all! Does the `*.api` files generated in a multiplatform project show all the public APIs of the ...
# multiplatform
d
Didier Villevalois
09/06/2021, 6:34 PM
Hi all! Does the
*.api
files generated in a multiplatform project show all the public APIs of the library?
Didier Villevalois
09/06/2021, 6:36 PM
Asked another way: If I can't find a symbol in the
*.api
files then it means that symbol is not part of the public API, right?
m
mbonnin
09/06/2021, 6:46 PM
If you're talking about
https://github.com/Kotlin/binary-compatibility-validator
, yes, that's the goal
mbonnin
09/06/2021, 6:47 PM
The library maintainer might have deliberately hidden some symbols from this list so it is
possible
that you can use symbols not included in
*.api
. But it's highly unrecommended
d
Didier Villevalois
09/06/2021, 11:46 PM
@mbonnin
Thanks a lot for the link and your answer. That completely answer my question!
6
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by