File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -269,5 +269,8 @@ The drawback of this approach is that that we would need to force users to keep
269
269
* Initial proof of concept (outdated): [ https://github.com/lampepfl/dotty/pull/16992 ] ( https://github.com/lampepfl/dotty/pull/16992 )
270
270
* Single annotation proof of concept: [ https://github.com/lampepfl/dotty/pull/18402 ] ( https://github.com/lampepfl/dotty/pull/18402 )
271
271
* Community migration analysis: [ Gist] ( https://gist.github.com/nicolasstucki/003f7293941836b08a0d53dbcb913e3c )
272
+ * Kotlin: [ PublishedApi] ( https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-published-api/ ) plays the same role as ` @publicInBinary `
273
+ but its interaction with (inline definitions)[ https://kotlinlang.org/docs/inline-functions.html#restrictions-for-public-api-inline-functions ]
274
+ is stricter as they do not support automatic accessor generation.
272
275
273
276
<!-- ## FAQ -->
You can’t perform that action at this time.
0 commit comments