Update info about K/N modules which do not pass FIR bootstrap
After we have advanced bootstrap to 1.8.20-dev-649, some K2 problems inside K/N were fixed. However, some other are still alive. Related to KT-54123
This commit is contained in:
committed by
teamcity
parent
6a4722188f
commit
31b3d8f859
@@ -157,11 +157,13 @@ fun Project.configureKotlinCompilationOptions() {
|
||||
":kotlin-native:klib",
|
||||
// Requires serialization plugin
|
||||
":js:js.tests",
|
||||
// ISE "Cannot serialize error type: ERROR CLASS: Cannot calculate return type (local class/object?)" (KT-54212)
|
||||
// ISE "Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImpl <implicit>"
|
||||
// from Platform.kt serialization (looks as related to KT-54212)
|
||||
// Workaround: set all types explicitly in Configurables interface
|
||||
":kotlin-native-shared",
|
||||
// ISE "Fake override should have at least one overridden descriptor",
|
||||
// Same as kotlin-native-shared ^
|
||||
":kotlin-native:Interop:StubGenerator",
|
||||
// Overload resolution ambiguity between candidates
|
||||
// Exception in Task :kotlin-native:backend.native:genEnvInteropStubs (see comments in KT-54209)
|
||||
":kotlin-native:backend.native",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user