Today I found this warning in all my fragments:
Warning:(45, 12) 'onCreateView' always returns non-null type
onCreateView:
override fun onCreateView(inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?): View? {
...
}
The question is, what has changed and why?
Android Studio version - 4.1.1.