You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though, all the example projects are added as Git sub-modules to this project, only Hello World example is added to the Gradle composite build which builds the code from _code/samples and _code/examples directories.
The reason for this is that the arrangement of the Gradle composite build requires presence of the top-level buildAll task in the included projects.
For more information on this arrangement please see:
Even though, all the example projects are added as Git sub-modules to this project, only Hello World example is added to the Gradle composite build which builds the code from
_code/samples
and_code/examples
directories.The reason for this is that the arrangement of the Gradle composite build requires presence of the top-level
buildAll
task in the included projects.For more information on this arrangement please see:
buildAll
task inbuild.gradle.kts
In order to add an example project to the composite build, it must have the
buildAll
task implemented this way:The first candidate for the inclusion is the Airport example because its code already used in the guide on 3rd party integration.
The text was updated successfully, but these errors were encountered: