Closed vudzkostek closed 2 years ago
https://github.com/MiSikora/laboratory/issues/284
With kotlin 1.7.20, some of the source sets (that are nullable properties) are actually null. In order to avoid crash, we create an empty source set and use it as a fallback.
Closes #284
:bulb: Motivation
https://github.com/MiSikora/laboratory/issues/284
With kotlin 1.7.20, some of the source sets (that are nullable properties) are actually null. In order to avoid crash, we create an empty source set and use it as a fallback.
:pencil: Checklist