diff options
author | Robert Jaros <rjaros@finn.pl> | 2017-09-15 13:08:34 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2017-09-15 13:08:34 +0200 |
commit | 3d8cac6ab126a5fcb2bc8c0fed864afdaa4349ea (patch) | |
tree | 0b9c05db4e9c254a12de54d8e75bcb84cd4d712b /build.gradle | |
parent | 04e33bba30b821dc6634cd049798eb944b03717f (diff) | |
download | kvision-3d8cac6ab126a5fcb2bc8c0fed864afdaa4349ea.tar.gz kvision-3d8cac6ab126a5fcb2bc8c0fed864afdaa4349ea.tar.bz2 kvision-3d8cac6ab126a5fcb2bc8c0fed864afdaa4349ea.zip |
Support child nodes of dropdown component
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3b937d0c..bcb67d44 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-test-js:$kotlin_version" // for now only compile configuration is supported compile "com.github.snabbdom:snabbdom-kotlin:0.1.0" compile "pl.treksoft:navigo-kotlin:0.0.1" - compile "pl.treksoft:jquery-kotlin:0.0.1" + compile "pl.treksoft:jquery-kotlin:0.0.2" } kotlinFrontend { |