-
Notifications
You must be signed in to change notification settings - Fork 1.2k
KTOR-8583 Remove spaces from constant names #4933
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
Conversation
WalkthroughThe update refactors the naming of private constant string properties within the Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
80bcd4d
to
086dc97
Compare
086dc97
to
0c43625
Compare
In which version was this fixed? Upgrading from version 3.1.3 to version 3.2.0 and I get this same error. |
This fix is going to be included in 3.2.1 which is scheduled for the next week |
Has 3.2.1 been released? |
Hi! Has 3.2.1 been released? |
|
I'm sorry, I've posted an update on the release date in KTOR-8583, but forgot to update it here. |
Subsystem
Android, R8
Motivation
KTOR-8583 "Space characters in SimpleName" error when executing R8 mergeExtDex task with 3.2.0
Solution
Even though these constants are inlined at compile time, D8 fails to transform the class.
Remove spaces from constant names.