Created
August 10, 2019 07:54
-
-
Save ubuntudroid/debd897b8c2da7b795649c6e77181ec5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Insert(onConflict = OnConflictStrategy.REPLACE) | |
fun upsert(color: Color): Completable // or whatever return type you need |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment