[Build] Remove K/Native modules from projectsWithDisabledFirBootstrap list
^KT-54123 Fixed
This commit is contained in:
@@ -157,14 +157,6 @@ fun Project.configureKotlinCompilationOptions() {
|
|||||||
":kotlin-native:klib",
|
":kotlin-native:klib",
|
||||||
// Requires serialization plugin
|
// Requires serialization plugin
|
||||||
":js:js.tests",
|
":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.
|
// TODO: fix remaining warnings and remove this property.
|
||||||
|
|||||||
Reference in New Issue
Block a user