My own findings: ```addLogger(StdOutSqlLogger)``` ...
# exposed
n
My own findings:
Copy code
addLogger(StdOutSqlLogger)
needs to be in each transaction block. Also, a good way to add Activities that will trigger a recomposition is:
Copy code
activities.add(Activity.new { description = "Yet Another New Activity"; completed = false })
or at least this is my working theory.