With dsl's wouldn't it accumulate alot of context'...
# compose
j
With dsl's wouldn't it accumulate alot of context's when you start nesting viewgroups:
Copy code
Column { context1 -> 
	Row { context2 ->
		Stack { context3 ->

		}
	}
}