What is happening? What should have happened instead?
Using the org.jetbrains.dokka.analysis.enableExperimentalSymbolsJavaAnalysis property.
The DPropertys created from non-final Java fields are incorrectly getting the JavaModifier.Final modifier.
Reproducer
public class Foo {
public static int staticNonFinalField = 0;
public int nonStaticNonFinalField = 1;
}
Dokka version
2.3.0-dev-427
Kotlin Gradle Plugin (KGP) version
No response
Android Gradle Plugin (AGP) version (if applicable)
No response
Build tool
Gradle
Project type
Anything else? (optional)
No response
What is happening? What should have happened instead?
Using the
org.jetbrains.dokka.analysis.enableExperimentalSymbolsJavaAnalysisproperty.The
DPropertys created from non-final Java fields are incorrectly getting theJavaModifier.Finalmodifier.Reproducer
Dokka version
2.3.0-dev-427
Kotlin Gradle Plugin (KGP) version
No response
Android Gradle Plugin (AGP) version (if applicable)
No response
Build tool
Gradle
Project type
Anything else? (optional)
No response