You are overusing `apply`. Use `also` with explici...
# getting-started
d
You are overusing
apply
. Use
also
with explicit lambda parameter name:
TgTourSet().also { tourSet -> ... }
.