Skip to content

Conversation

denisbedin
Copy link
Contributor

No description provided.

@denisbedin denisbedin self-assigned this Jul 29, 2025
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch from 7d633a0 to 9a365f6 Compare August 18, 2025 11:56
@denisbedin denisbedin force-pushed the feature/sdk6_develop branch from d40ca70 to 488c6a6 Compare August 18, 2025 15:05
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch 2 times, most recently from 622a70b to 2ae88c7 Compare August 25, 2025 15:04
@denisbedin denisbedin force-pushed the feature/sdk6_develop branch from 7e6e4c7 to 5598f2a Compare August 26, 2025 14:10
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch 3 times, most recently from 2df10a2 to e89dab1 Compare August 28, 2025 09:52
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch 3 times, most recently from 6f68990 to ab2f13d Compare August 29, 2025 12:16
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch from ab2f13d to be40513 Compare September 3, 2025 07:25

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,
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


This is done by adding the following line in the ``settings.gradle.kts`` file of the Application project::

includeBuild("[kernel-project-absolute-path]")
Copy link
Collaborator

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.

Copy link
Contributor Author

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.
Copy link
Collaborator

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.

Copy link
Contributor Author

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"))
Copy link
Collaborator

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.

Copy link
Contributor Author

@denisbedin denisbedin Sep 3, 2025

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.

Copy link
Contributor Author

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.

@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch from 1a71b33 to 20cf1ae Compare September 3, 2025 14:26
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch from 20cf1ae to c1c49cf Compare September 3, 2025 14:56
@denisbedin denisbedin force-pushed the feature/sdk6_kernel_transitivity branch from c1c49cf to cb6be7b Compare September 4, 2025 06:22
@denisbedin denisbedin merged commit 2c6f3ab into feature/sdk6_develop Sep 4, 2025
1 check passed
@denisbedin denisbedin deleted the feature/sdk6_kernel_transitivity branch September 4, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants