English 中文(简体)
Micronaut 4, KSP, AllOpen: Need to add clear ` open' to the methods
原标题:Micronaut 4, KSP, AllOpen: Need to add explicit `open` to the method

I m 试图将微粒3号拖到微粒4号,但allOpen似乎有神秘的阻拦。 我可在类别和职能定义以及设计的工作上添加<条码>开放<>。 我将说明增加一倍,一切似乎都是正确的。

org.jetbrains.kotlin.plugin.all open:1.8.22

这只是一个神秘的原因,这就是说,在微额-3/卡普勒建筑继续正常运转的情况下,所有开放企业都会停止工作。 由于Google.devtools.ksp plugin正在抱怨,而且没有发生其他变化,我怀疑这是最有可能的罪犯。

问题回答

Micronaut 4 don t force You to migration to KSP, You can continue using KAPT with Micronaut 4.

你们看到的问题是,KSP目前不支持科特林全开的梯度。 这一问题在以下问题上得到了解决:

https://github.com/micronaut-projects/micronaut-core/issues/9764 https://github.com/google/ksp/issues/1576





相关问题
Micronaut ignoring MappedEntity annotation name

My entity is inside a nested class: public class Mother { @MappedEntity("adoptedChild") public record NotAdoptedChild( @Id String name, int age ) {} } And I have a Repository ...

热门标签