Join Slack
Powered by
you can overload `serviceProxy` so it takes an ins...
# dsl
k
kristofdho
01/11/2018, 1:12 PM
you can overload
serviceProxy
so it takes an instance of
Copy code
interface Receiver<in T> { fun call(receiver:T) }
where T is your dsl stuff ofcourse
Open in Slack
Previous
Next