Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add "public" modifier to Kotlin generated code #10599

Merged
merged 3 commits into from
Sep 16, 2022

Conversation

deannagarcia
Copy link
Member

@deannagarcia deannagarcia commented Sep 16, 2022

Fixes #10593

@@ -792,7 +792,7 @@ void ImmutableMapFieldGenerator::GenerateKotlinDslMembers(
variables_,
"@kotlin.jvm.JvmSynthetic\n"
"@JvmName(\"clear$kt_capitalized_name$\")\n"
"fun com.google.protobuf.kotlin.DslMap"
"public fun com.google.protobuf.kotlin.DslMap"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deannagarcia FYI, this is a change which was skipped for some reason in #11068 when cherry-picking.

bithium pushed a commit to bithium/protobuf that referenced this pull request Sep 4, 2023
Add "public" modifier to Kotlin generated code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Degrade: Kotlin explicit api mode
3 participants