Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Conversation

@Goooler
Copy link
Owner

@Goooler Goooler commented Jul 31, 2022

Fixes #133.

@Goooler Goooler added the bug Something isn't working label Jul 31, 2022
@Goooler Goooler added this to the 1.6.0 milestone Jul 31, 2022
Comment on lines -115 to -117
fun @receiver:StringRes Int.getString(vararg formatArgs: Any): String =
StringUtils.getString(this, formatArgs)

Copy link
Owner Author

Choose a reason for hiding this comment

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

java.util.IllegalFormatConversionException: d != [Ljava.lang.Object;

@Goooler Goooler merged commit 8cc436c into trunk Jul 31, 2022
@Goooler Goooler deleted the format_string branch July 31, 2022 14:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot format String with Int.getString(vararg args: Any?)

2 participants