Skip to content

Commit

Permalink
Async diffing (#425)
Browse files Browse the repository at this point in the history
Async diffing and model building
  • Loading branch information
elihart authored Aug 7, 2018
1 parent 2c5e188 commit 5c51480
Show file tree
Hide file tree
Showing 20 changed files with 1,028 additions and 94 deletions.
305 changes: 305 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {

ext.KOTLIN_VERSION = "1.2.51"
ext.KOTLIN_VERSION = "1.2.60"
ext.ANDROID_PLUGIN_VERSION = "3.1.3"

repositories {
Expand Down
Loading

0 comments on commit 5c51480

Please sign in to comment.