Kevin Luo
11/23/2021, 7:29 PMjava.lang.IllegalStateException: IrClassPublicSymbolImpl for com.slang.domain.entities/ClassName|null[0] is already bound: CLASS CLASS name:ClassName modality:FINAL visibility:public [data] superTypes:[kotlin.Any]
Does anyone else have the same issue?
UPDATE: This error happens during the compileTestDevelopmentExecutableKotlinJs
task during the gradle build pipeline. As a temporary fix I've added
gradle.startParameter.excludedTaskNames += setOf("compileTestDevelopmentExecutableKotlinJs", "compileTestProductionExecutableKotlinJs")
to my build.gradle file