playground is not part of our git history, we can ...
# ksp
j
playground is not part of our git history, we can check to see if there is any errors and update it
t
Ok.
A.kt
needs to be changed - add
Copy code
.withD(hello)
at the end of the builder statements and in
AClass.kt
It would be wise if you change existing statement to
Copy code
val p = "$a, $b, $c, ${d.foo()}"
hence the last part
d.foo
🙏 1
t
Thanks! Updated in latest release.