John O'Reilly
10/05/2022, 1:51 PM1.0.0-beta03
version for Compose for Web (as there is for Desktop)?Igor Demin
10/05/2022, 1:56 PMhfhbd
10/06/2022, 7:58 AMIdSignature clash: androidx.compose.runtime.internal/StabilityInferred.<init>|-5182794243525578284[0];
langara
10/06/2022, 9:25 AM> Task :uwidgets:compileKotlinJs FAILED
e: java.lang.AssertionError: org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@7b44506d: No such value argument slot: 0
Igor Demin
10/06/2022, 9:30 AMDo you mean the signature clash?Yes, this one. We have it when we buildIdSignature clash: androidx.compose.runtime.internal/StabilityInferred.<init>|-5182794243525578284[0];
web
artifacts.
Did you upgrade the Compose Compiler version when you upgraded Kotlin? If not, then this error is because you used incompatible version of Compose Compiler (1.3.0-alpha01, that is bundled in Compose Multiplatform 1.2.0-beta02, 1.2.0-beta03-dev803), and have somewhere the compatibility check disabled.Copy codejava.lang.AssertionError: org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@7bda6b02: No such value argument slot: 1
langara
10/06/2022, 9:49 AMval kotlin = v(1, 7, 20)
val composeJbEdge = "1.2.0-beta03-dev803"
val composeCompilerDev = "1.4.0-dev-k1.7.20-e49b3b6028b"
I also tried compose compiler 1.3.2 before (similar error: org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@7acbc181: No such value argument slot: 0
)hfhbd
10/06/2022, 10:50 AMlangara
10/06/2022, 11:12 AMIgor Demin
10/06/2022, 8:53 PMlangara
10/07/2022, 10:30 AMIgor Demin
10/07/2022, 12:41 PMlangara
10/07/2022, 3:11 PMjw
10/07/2022, 7:23 PMIdSignature
clash non-deterministic? Mine is
e: java.lang.IllegalStateException: IdSignature clash: kotlin/Function2.invoke|3397681596704175240[0]; Existed declaration FUN IR_EXTERNAL_DECLARATION_STUB name:invoke visibility:public modality:ABSTRACT <> ($this:kotlin.Function2<P1 of kotlin.Function2, P2 of kotlin.Function2, R of kotlin.Function2>, p1:P1 of kotlin.Function2, p2:P2 of kotlin.Function2) returnType:R of kotlin.Function2 [operator] clashed with new FUN IR_EXTERNAL_DECLARATION_STUB name:invoke visibility:public modality:ABSTRACT <> ($this:kotlin.Function2<P1 of kotlin.Function2, P2 of kotlin.Function2, R of kotlin.Function2>, p1:P1 of kotlin.Function2, p2:P2 of kotlin.Function2) returnType:R of kotlin.Function2 [operator]
Igor Demin
10/07/2022, 7:24 PMkotlin.collections/MutableList.removeAt
clashjw
10/07/2022, 7:27 PMIgor Demin
10/07/2022, 7:34 PM