-
Notifications
You must be signed in to change notification settings - Fork 58
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(bug): Fix form validation does not work in Kotlin. #2529
base: main
Are you sure you want to change the base?
Conversation
|
Head branch was pushed to by a user without write access
Quality Gate passedIssues Measures |
Description
-Xjsr305=strict
: This argument changes how the Kotlin compiler handles nullability annotations. The strict mode means that the compiler will strictly check nullability annotations and give a warning or error when it finds a problem.-Xemit-jvm-type-annotations
: This argument makes the Kotlin compiler emit JVM type annotations into the bytecode.Fixes #2343
Type of change
Checklist
Additional for
Feature
type of change