-
Notifications
You must be signed in to change notification settings - Fork 55
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 |
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2529 +/- ##
=======================================
Coverage 92.60% 92.60%
=======================================
Files 85 85
Lines 3164 3164
Branches 775 775
=======================================
Hits 2930 2930
Misses 183 183
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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