-
Notifications
You must be signed in to change notification settings - Fork 5
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 support for Kotlin/JS and Kotlin/Native #23
base: main
Are you sure you want to change the base?
Conversation
- Improve generator
# Conflicts: # src/commonMain/kotlin/dev/kord/x/emoji/ComponentExtension.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure that identifiers that don't start with a number are invalid js names? (e.g. smilingFaceWith3Hearts
, seems to be a totally valid js name)
Yep checked it, ja identifiers cannot contain numbers at all Just consulted google and it should work unless it's the first character, don't know what I did wrong |
then the js name should probably just be prepended with |
- Update kotlinx-serialization-json to 1.6.3 - Update kotlin to 1.9.22
- Only add one accessor per emoji instead of alias - Add DiscordEmoji.findByName and DiscordEmoji.findByUnicode - Add support for hair styles - Deprecate Emojis.get - Make Emojis.all a list
- Update Gradle to 8.9 - Update Kotlin to 2.0.0 - Update kotlinx-serialization-json to 1.7.1 - Update kotlinpoet to 1.18.1 - Update kord-gradle-plugin to 1.6.2 - Update maven-publish-plugin to 0.29.0 - Add support for HairStyle
- Update Gradle to 8.10 - Update kotlin to 2.0.20 - Update kord-gradle-tools to 1.6.3
- Update Kotlin to 2.0.21 - Update kotlinx-serialization-json to 1.7.3 - Update kord-gradle-plugin to 1.7.1 - Update com.vanniktech.maven.publish.base to 0.30.0 - Update Dokka to 2.0.0-Beta - Add linuxArm64 target
This PR doe: