Add SerializerFactory supertype for Native & JS in FIR serialization plugin.

This supertype is intended to be used with @AssociatedObject on platforms
where reflection possibilities are limited.
This commit is contained in:
Leonid Startsev
2022-09-08 16:53:45 +02:00
committed by Space
parent b388c7503b
commit 62f67e46fd
5 changed files with 49 additions and 6 deletions
@@ -10,6 +10,8 @@ dependencies {
compileOnly(project(":compiler:fir:tree"))
compileOnly(project(":compiler:fir:resolve"))
compileOnly(project(":compiler:fir:entrypoint"))
compileOnly(project(":js:js.config"))
compileOnly(project(":compiler:cli-common"))
implementation(project(":kotlinx-serialization-compiler-plugin.common"))