John R. Hilles
John R. Hilles
The reason being I can't parcelize a data class with Any types in them. Cheers.
Red line unable-to-resolve went away after I inserted: `debugImplementation("androidx.fragment:fragment-ktx:$fragment_version` ...into module build.gradle for this branch.
https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/#5 In part 6. code given for PlantRepository.kt `fun getPlantsWithGrowZone(growZone: GrowZone) = liveData { etc.` should be `fun getPlantsWithGrowZone(growZone: GrowZone) = liveData