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

Fix kotlin_version to kotlinVersion #817

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

odemolliens
Copy link
Contributor

@odemolliens odemolliens commented May 30, 2024

kotlin_version should be kotlinVersion to allow third-party libraries to work without extra effort.

Currently, I'm forced to add one more line:
kotlin_version = "1.8.0"
kotlinVersion = "1.8.0"

You can check on regular RN projects too, it's kotlinVersion

eg:
Screenshot 2024-05-31 at 09 08 59
eg:

Screenshot 2024-05-31 at 09 09 55

@odemolliens odemolliens changed the title Fix/kotlinversion Fix kotlin_version to kotlinVersion May 30, 2024
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.

1 participant