diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-17 00:58:29 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-17 00:58:29 +0100 |
commit | c7238d396b5a03664a92b0d054c41285d2d9cca2 (patch) | |
tree | 3c1ca9eda3c8d9e7013ea5f51aa28bc1402099f7 /gradle.properties | |
parent | c47e1b6e0dde265d0f83c2ea622a01873b06e1b3 (diff) | |
download | kvision-c7238d396b5a03664a92b0d054c41285d2d9cca2.tar.gz kvision-c7238d396b5a03664a92b0d054c41285d2d9cca2.tar.bz2 kvision-c7238d396b5a03664a92b0d054c41285d2d9cca2.zip |
Add new kvision-redux module.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 732af3c4..e287748d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,3 +20,4 @@ snabbdomKotlinVersion=0.1.1 navigoKotlinVersion=0.0.3 kotlinObservableVersion=0.0.4 nodeKtVersion=0.1.0 +kotlinReduxVersion=4.0.0-pre.69-kotlin-1.3.21 |