Adam S
compileKotlin
--no-build-cache
--no-configuration-cache
kotlin.incremental=false
Colton Idle
Marcin Wisniowski
Aaron Waller
java.lang.IllegalArgumentException: Only VectorDrawables and rasterized asset types are supported ex. PNG, JPG
Okan Yıldırım
Jabez Magomere
viewModelFactory lateinit has not been initialized errpr
Fatal Exception: kotlin.UninitializedPropertyAccessException lateinit property viewModelFactory has not been initialized
class DeliveriesFragment() : Fragment(){ @Inject lateinit var daggerViewModelFactory: DaggerViewModelFactory private val upcomingDeliveriesViewModel : UpcomingDeliveriesViewModel by viewModels { daggerViewModelFactory } override fun onAttach(context: Context) { SalesApplication.salesComponent().inject(this) super.onAttach(context) } override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) observeDeliveries() } private fun observeDeliveries(){ upcomingDeliveriesViewModel.loadUpcomingUserDeliveries("").observe(viewLifecycleOwner, Observer { //displayList() }) } }
Praveen Kumar
LeoColman
Robert Jaros
Smallville7123
build.gradle.kts
A modern programming language that makes developers happier.