Closed psuzn closed 8 months ago
Thanks! I'm traveling right now so I probably won't get a chance to review this closely for a week or so.
I'm still not sure how I feel on the naming, but will probably merge it with what you have and change it before I put out a release with it.
Speaking of the next release, I already have a 1.2 branch with some other pending updates. Do you think you can rebase against that branch? If not, I can do it when I'm back. I'm guessing the only major change needed will be the gradle files because I converted the old buildsrc code to use script plugins.
To fix the CI failure, run the apiDump
gradle task from the new module and push the api files it generates to this branch.
@russhwolf, any update on this?
Thanks!
This adds support for the wrapper around the normal setting (#155 ) to make it runtime observable.
@russhwolf I have named it
runtime-observable
but we can rename it if there is a better name.I also have added the
checkObservable
flag on the converter extension function, so one can just use theno-arg
initializer and use the converter to make it observable. In some platforms, the instance returned byno-arg
is already observable; in that case, the converter doesn't add any wrapper.