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

Parameter type must not include a type variable or wildcard: java.util.Map<java.lang.String, ?> #4249

Open
DavidCorrado opened this issue Nov 6, 2024 · 1 comment

Comments

@DavidCorrado
Copy link

#3275 (comment)

Would like a solution that does not involve adding the ignore rule. Can we consider a proper fix.

@Goooler
Copy link
Contributor

Goooler commented Jan 24, 2025

This is a limitation of Kotlin, or you can use HashMap<String, Any> instead.

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

No branches or pull requests

2 participants