Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
upgrade to latest kweb rc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Oct 19, 2018
1 parent ce19e02 commit 21e705f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ allprojects {
}

buildscript {
ext.kotlin_version = '1.3.0-rc-57'
ext.kotlin_version = '1.3.0-rc-116'
ext.dokka_version = '0.9.17'
ext.ktor_version = '0.9.5-rc13'
ext.ktor_version = '1.0.0-beta-1'

repositories {
jcenter()
Expand All @@ -38,7 +38,7 @@ buildscript {
}

group 'io.kweb'
version '0.3.5'
version '0.3.6'

apply plugin: 'java'

Expand Down Expand Up @@ -144,7 +144,7 @@ dependencies {
compile 'io.github.microutils:kotlin-logging:1.5.4'
compile("org.reflections:reflections:0.9.11")

compile 'com.github.kwebio:shoebox:0.2.20'
compile 'com.github.kwebio:shoebox:0.2.25'

compile 'com.github.yamamotoj:cached-property-kotlin:0.1.0'

Expand Down
3 changes: 2 additions & 1 deletion src/main/kotlin/io/kweb/state/persistent/persistent.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ private fun <ITEM : Any, EL : Element> ElementCreator<EL>.createItem(
keyValue : KeyValue<ITEM>,
renderer : ElementCreator<EL>.(KVar<ITEM>) -> Unit,
insertAtPosition: Int?)
: ItemInfo<ITEM> {

// : ItemInfo<ITEM> {k=j
val itemElementCreator = ElementCreator(this.parent, this, insertAtPosition)
val itemVar = itemElementCreator.toVar(orderedViewSet.view.viewOf, keyValue.key)
try {
Expand Down

0 comments on commit 21e705f

Please sign in to comment.