In another project I use the gradle plugin (and th...
# compiler
f
In another project I use the gradle plugin (and therefore the kotlin compiler plugin) and when building the project through gradle on the command line I can see my warnings being printed:
Copy code
> Task :compileKotlin
w: Value param com.strumenta.kotlinlangmod.KCompilationUnit.imports is not assignable
w: Value param com.strumenta.kotlinlangmod.KCompilationUnit.elements is not assignable
w: Value param com.strumenta.kotlinlangmod.KImport.imported is not assignable
w: Value param com.strumenta.kotlinlangmod.KImport.all is not assignable
w: Value param com.strumenta.kotlinlangmod.KPackageDecl.name is not assignable
a
Did you figure this out? How to sync up the IDE compiler with the Gradle compiler?