Stavro Xhardha

Results 4 issues of Stavro Xhardha

It would be easier to make the github actions release the version of SK automatically. Thus we would need to work on this.

Since we now have a CI set up, the PR would be more structured. However developers need to know the steps to make the CI build pass. An update is...

Hi, As the guideline in https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/index.html?index=..%2F..index#13 suggests, the codelab is finished: ``` growZoneChannel.asFlow() .mapLatest { growZone -> _spinner.value = true if (growZone == NoGrowZone) { plantRepository.tryUpdateRecentPlantsCache() } else { plantRepository.tryUpdateRecentPlantsForGrowZoneCache(growZone)...