Nikos Kanellopoulos

Results 1 comments of Nikos Kanellopoulos

To answer my own question, the problem here is that the receiver is actually `_LinearLayout`. So adding an extension method to _LinearLayout does the job. ```kotlin private fun _LinearLayout.test2() {...