Fix new element being referenced in Komponent instead of old not updated one (in DOM_DIFF strategy)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.30-M1"
|
||||
kotlin("multiplatform") version "1.4.30"
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "0.2.3-SNAPSHOT"
|
||||
version = "0.2.4-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user