[Build] Remove K/Native modules from projectsWithDisabledFirBootstrap list

^KT-54123 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-11-02 10:11:27 +02:00
parent 567ef1d905
commit af8b9e6700
@@ -157,14 +157,6 @@ fun Project.configureKotlinCompilationOptions() {
":kotlin-native:klib",
// Requires serialization plugin
":js:js.tests",
// 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",
// Same as kotlin-native-shared ^
":kotlin-native:Interop:StubGenerator",
// Exception in Task :kotlin-native:backend.native:genEnvInteropStubs (see comments in KT-54209)
":kotlin-native:backend.native",
)
// TODO: fix remaining warnings and remove this property.