https://kotlinlang.org logo
#arrow-meta
Title
# arrow-meta
r

raulraja

06/21/2019, 6:05 PM
Someone in the channel mentioned that there is a way to Shadow the jar of the compiler plugin so the same sources can be used for the IDEA one and avoid two different modules. Is that something that makes sense or you'd recommend?
d

dsavvinov

06/24/2019, 9:30 AM
Yes, that’s actually what
kotlin.serialization
plugin does, it shares a lot of logic for IDE and Compiler plugin
2 Views