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 mapJavaNameToKotlinMutable API to Resolver. #1201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jeffset
Copy link
Contributor

@Jeffset Jeffset commented Nov 16, 2022

This new function is complementary to the mapJavaNameToKotlin, which returns immutable Kotlin platform types.
There was no conventional way to obtain mutable types based on Java ones.

This new function is complementary to the `mapJavaNameToKotlin`,
which returns immutable Kotlin platform types.

There was no conventional way to obtain mutable types
 based on Java ones.
@Jeffset
Copy link
Contributor Author

Jeffset commented Dec 2, 2022

@neetopia PTAL

@neetopia
Copy link
Collaborator

neetopia commented Dec 6, 2022

overall lgtm, my major concern here is if we want a more versatile API to avoid future addition to our APIs, we are still thinking about it therefore want to hold the PR for a while.

@Jeffset
Copy link
Contributor Author

Jeffset commented Dec 6, 2022

overall lgtm, my major concern here is if we want a more versatile API to avoid future addition to our APIs, we are still thinking about it therefore want to hold the PR for a while.

Okay, thank you for the response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants