File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,12 @@ annotated with corresponding target names.
205
205
During the validation phase, that file is compared to the dump extracted from the latest version of the library,
206
206
and any differences between these two files are reported as errors.
207
207
208
+ Generated ABI dumps include a library name,
209
+ so it's [ recommended] ( https://docs.gradle.org/current/userguide/multi_project_builds.html#sec:naming_recommendations )
210
+ to set Gradle's ` rootProject.name ` for your library.
211
+ Without declaring the root project's name, Gradle defaults to using the project's directory name, which can lead to
212
+ unstable validation behavior due to potential mismatches in naming.
213
+
208
214
Currently, all options described in [ Optional parameters] ( #optional-parameters ) section are supported for klibs too.
209
215
The only caveat here is that all class names should be specified in the JVM-format,
210
216
like ` package.name.ClassName$SubclassName ` .
You can’t perform that action at this time.
0 commit comments