CppProject

Details about the C++ components of a Gradle project.

Since

4.10

Functions

Link copied to clipboard
@Nullable
abstract fun getMainComponent(): CppComponent
Returns the main C++ component of this project, if any.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getTestComponent(): CppTestSuite
Returns the C++ unit test suite of this project, if any.