[FIR] Serialize generated classes into Klib metadata
^KT-57781 Fixed
This commit is contained in:
committed by
Space Team
parent
0f8c797d7c
commit
37e4a05878
+8
@@ -63,4 +63,12 @@ class K2KotlinxSerializationIT : KGPBaseTest() {
|
||||
build(":compileProductionExecutableKotlinJs")
|
||||
}
|
||||
}
|
||||
|
||||
@DisplayName("Compile test sourceset with kotlinx.serialization to JS. KT-57781")
|
||||
@GradleTest
|
||||
fun `test kotlinx serialization compile test source set to JS`() {
|
||||
project("kotlinxSerializationK2WithJs", gradleVersion) {
|
||||
build(":compileTestKotlinJs")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class SimpleTest {
|
||||
fun test() {
|
||||
ErrorResponse.serializer()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user