dalexander
10/21/2020, 6:31 PMkotlin/daemon
path issue, is this the right syntax? I can't find any references to doing this in the context of arrow meta. I'm getting a build error (the path matches what's found in META-INF/services/org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar
):
e: Invalid argument: -P plugincom.abcd.MetaPluginbuildPath=qwerasdf
Is there also something I need to do in the quote syntax to make this work? Also does anyone know where this will show up, just in the compilerContext.configuration
object?
Just to clarify the syntax I'm using is -P plugin:<path-to-plugin>:param=value
raulraja
10/23/2020, 7:50 AMdalexander
10/23/2020, 12:09 PMSystem.properties
references the bad path for example).Rachel
10/27/2020, 9:16 PMdalexander
10/28/2020, 12:07 PMdalexander
10/29/2020, 1:39 PMRachel
10/29/2020, 1:40 PM