polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

Intermittent serialization error when compiling JS #34

Closed fuzzyweapon closed 5 years ago

fuzzyweapon commented 5 years ago

If I hit build again it goes away -@nbilyk

Task :acornui-core:compileKotlinJs FAILED
e: java.lang.IllegalStateException: Cannot serialize error type: [ERROR : Unknown type parameter 0]
    at org.jetbrains.kotlin.serialization.SerializerExtension.serializeErrorType(SerializerExtension.kt:83)
    at org.jetbrains.kotlin.serialization.DescriptorSerializer.type$serialization(DescriptorSerializer.kt:536)
    at org.jetbrains.kotlin.serialization.DescriptorSerializer.typeArgument(DescriptorSerializer.kt:639)
    at org.jetbrains.kotlin.serialization.DescriptorSerializer.fillFromPossiblyInnerType(DescriptorSerializer.kt:607)
fuzzyweapon commented 5 years ago

Not been seen in weeks since clearing caches after JB fix. Closing. Please re-open if seen again.