Skip to content

Commit 6e4039e

Browse files
docs: document the existence of dependencyAnalysis.app().
1 parent 41aaac4 commit 6e4039e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/main/kotlin/com/autonomousapps/DependencyAnalysisExtension.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import javax.inject.Inject
1616
* // settings.gradle[.kts], or
1717
* // root build.gradle[.kts]
1818
* dependencyAnalysis {
19+
* // Declare that this subproject is an "application"-type subproject.
20+
* app()
21+
*
1922
* // Declare that the plugin should use typesafe project accessors. False by default.
2023
* useTypesafeProjectAccessors(true)
2124
*

src/main/kotlin/com/autonomousapps/DependencyAnalysisSubExtension.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import javax.naming.OperationNotSupportedException
1515
*
1616
* ```
1717
* dependencyAnalysis {
18+
* // Declare that this subproject is an "application"-type subproject.
19+
* app()
20+
*
1821
* // Configure ABI analysis.
1922
* abi { ... }
2023
*

0 commit comments

Comments
 (0)