Ultimately what I want to achieve is a kind of dyn...
# announcements
v
Ultimately what I want to achieve is a kind of dynamic dsl (based on java/kotlin class), eg:
Copy code
projectionOf(Todo::class) {
  title, //<- only properties of Todo allowed here
  completed
}