Upgrade to Kotlin 1.9.0, kotlinx-html 0.9.1, version 1.1.1.
This commit is contained in:
@@ -14,8 +14,8 @@ interface Delegate<T> {
|
||||
property: KProperty<*>,
|
||||
value: T
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
open class StateDelegate<T>(
|
||||
val komponent: Komponent,
|
||||
@@ -51,6 +51,6 @@ open class StateDelegate<T>(
|
||||
inline fun <reified T> Komponent.state(
|
||||
initialValue: T
|
||||
): Delegate<T> = StateDelegate(
|
||||
this,
|
||||
initialValue
|
||||
)
|
||||
this,
|
||||
initialValue
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user