Eugeniu Olog
03/18/2020, 10:51 AMshadowJar
and I can't make it work with Android. Do you have any suggestion or example? Thank youraulraja
03/18/2020, 10:57 AMEugeniu Olog
03/18/2020, 11:03 AMHelloWorld
example plugin and MetaPlugin
to a java module, adding
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
compileOnly "io.arrow-kt:compiler-plugin:$arrow_meta"
as dependencies. Then I'm just depending on that module in the app module. But the app crashes because
fun helloWorld(): Unit = TODO()
is not being replaced. Am i missing any steps in the setup?raulraja
03/18/2020, 11:06 AMEugeniu Olog
03/18/2020, 11:10 AMraulraja
03/18/2020, 11:17 AMEugeniu Olog
03/18/2020, 11:18 AMRachel
03/18/2020, 1:34 PMshadowJar
task in that example to create a new compiler plugin with Arrow Compiler Plugin + Hello World Pluginuse-plugin
)