mifos-mobile
mifos-mobile copied to clipboard
Too many unneccessary nullable variables
trafficstars
This is probably because of Java to Kotlin conversion. Many class properties, variables, function arguments and return type can be made non-nullable.
@rahul-gill has the fix for this been developed yet?
no
@rahul-gill I have made the PR #1886, can you please review it ?
Hey @rahul-gill is the issue solved?