Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Do not expose Kotlin features with internal access #1549

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

vmutafov
Copy link
Contributor

@vmutafov vmutafov commented Dec 4, 2019

Related to: #1551

Currently, Kotlin's language constructs with internal access modifier were exposed in the metadata. This PR changes this behavior by restricting internal stuff and only exposing public or protected constructs.

@cla-bot cla-bot bot added the cla: yes label Dec 4, 2019
@vmutafov vmutafov force-pushed the vmutafov/restrict-kotlin-internal branch from 6c02eb8 to 9693082 Compare December 4, 2019 15:09
@vmutafov vmutafov force-pushed the vmutafov/restrict-kotlin-internal branch from 9693082 to 90910e8 Compare December 4, 2019 15:13
@vmutafov vmutafov merged commit f5c4ff1 into master Dec 4, 2019
@vmutafov vmutafov deleted the vmutafov/restrict-kotlin-internal branch December 4, 2019 17:28
@vtrifonov vtrifonov modified the milestone: 6.3.0 Dec 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants