-
Notifications
You must be signed in to change notification settings - Fork 18
document Kernel transitivity #1353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document Kernel transitivity #1353
Conversation
805fac0
to
d40ca70
Compare
7d633a0
to
9a365f6
Compare
d40ca70
to
488c6a6
Compare
622a70b
to
2ae88c7
Compare
7e6e4c7
to
5598f2a
Compare
2df10a2
to
e89dab1
Compare
6f68990
to
ab2f13d
Compare
5598f2a
to
f6f4f77
Compare
ab2f13d
to
be40513
Compare
SDK6UserGuide/limitations.rst
Outdated
|
||
The feature will be enabled by default in the next SDK 6 major version, so it is highly recommended to update your VEE Port if it does not allow to be | ||
transitively resolved. | ||
When :ref:`the VEE transitive resolution <gradle_vee_transitivity_chapter>` is enabled, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should redirect to sdk_6_vee_port_transitivity
instead IMO. Same for most of the links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
SDK6UserGuide/selectKernel.rst
Outdated
|
||
This is done by adding the following line in the ``settings.gradle.kts`` file of the Application project:: | ||
|
||
includeBuild("[kernel-project-absolute-path]") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is required to use an absolute path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
When the Kernel project is in the same multi-project than the component which needs it (an Application for example), | ||
the Kernel project should be declared as a project dependency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add a sentence to explain why it is recommended to do it that way, like in the next chapter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
||
dependencies { | ||
|
||
microejVee(project(":my-kernel")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add some explanation to easily find the project name, probably by using the projects
task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a sentence to identify the project in the "settings.gradle.kts" file of the multi-project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I documented the "projects" task.
1a71b33
to
20cf1ae
Compare
20cf1ae
to
c1c49cf
Compare
c1c49cf
to
cb6be7b
Compare
No description provided.