我需要修改sourceGenerators in Compile设置,但是当我从插件中执行它时,它还是不起作用。调用编译后,屏幕上不会打印任何内容。但是,如果我将行sourceGenerators in Compile <+= (mySourceGenerator in Compile)移到项目的build.sbt中,那么sourceGenerators" + sourceManaged.value) },
sourceGenerators in Compi
System.InvalidOperationException: The type {using:Syncfusion.UI.Xaml.Grid}SfDataGrid could not be found D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFil
我有一个Scala.js项目,希望在编译时使用SBT sourceGenerators设置生成一些代码。在下面的SBT文件中,如果我硬编码sourceGenerators部分中的字符串,或者引用在"project“目录中定义的Scala代码,一切都可以工作。build.sbt (generator is its own root level project) resolvers +=