How to access to view using kotlin synthetic extension if I have a layout like below:
file:two_days_view.xml
In this case, use:
(day1 as TextView).text = "" (day2 as TextView).text = ""