Skip to content

Convert ObjectServerExample to Kotlin and use data binding#6413

Merged
cmelchior merged 8 commits intomasterfrom
cm/objectserver-kotlin
Feb 5, 2019
Merged

Convert ObjectServerExample to Kotlin and use data binding#6413
cmelchior merged 8 commits intomasterfrom
cm/objectserver-kotlin

Conversation

@cmelchior
Copy link
Copy Markdown
Contributor

Done in order to have a example using Sync written in Kotlin

Internal: See https://realmio.slack.com/archives/C0E1CGS03/p1548449974015500?thread_ts=1548196688.011800&cid=C0E1CGS03

}

fun incrementCounter(delta: Long) {
counter.increment(delta)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I wonder why MutableRealmInteger doesn't get a += extension operator from io.realm.kotlin 😉

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should do that 😄

Copy link
Copy Markdown

@darrinps darrinps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@cmelchior cmelchior merged commit c26dd2d into master Feb 5, 2019
@cmelchior cmelchior deleted the cm/objectserver-kotlin branch February 5, 2019 09:07
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants