Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kotlin): remove unnecessary non-null assertion from buildTypeAnno…
…tation call Removed the unnecessary non-null assertion operator '!!' from the buildTypeAnnotation function calls within the OptionalParameter and RequiredParameter contexts. This ensures cleaner code by relying on the nullability handling already in place.
- Loading branch information