From 15b840efc283b09e636fd54c828b0a60f63e8da2 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 21 Feb 2016 10:56:52 -0800 Subject: [PATCH] Fix libraries. --- .idea/libraries/kobalt__Compile_.xml | 4 ++-- .idea/libraries/kobalt_jar.xml | 2 +- .idea/libraries/kobalt_plugin_api__Compile_.xml | 2 +- kobalt/src/Build.kt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/libraries/kobalt__Compile_.xml b/.idea/libraries/kobalt__Compile_.xml index 879de7ee..5fd82a6b 100644 --- a/.idea/libraries/kobalt__Compile_.xml +++ b/.idea/libraries/kobalt__Compile_.xml @@ -11,9 +11,9 @@ - - + + diff --git a/.idea/libraries/kobalt_jar.xml b/.idea/libraries/kobalt_jar.xml index ea9ec808..dba6ef72 100644 --- a/.idea/libraries/kobalt_jar.xml +++ b/.idea/libraries/kobalt_jar.xml @@ -1,7 +1,7 @@ - + diff --git a/.idea/libraries/kobalt_plugin_api__Compile_.xml b/.idea/libraries/kobalt_plugin_api__Compile_.xml index 23320221..14febb5c 100644 --- a/.idea/libraries/kobalt_plugin_api__Compile_.xml +++ b/.idea/libraries/kobalt_plugin_api__Compile_.xml @@ -3,8 +3,8 @@ - + diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 823750e5..8e3e519d 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -65,7 +65,7 @@ val kobaltPluginApi = project { } dependencies { - compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.8", + compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9", "com.squareup.okhttp:okhttp:2.5.0", "com.squareup.okio:okio:1.6.0",