Skip to content

Commit ae50867

Browse files
committed
Update KDoc
1 parent 73503cb commit ae50867

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/kotlin/KotlinKlibAbiBuildTask.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ public abstract class KotlinKlibAbiBuildTask : BuildTaskBase() {
1919

2020
/**
2121
* Collection consisting of a single path to a compiled klib (either file, or directory).
22+
*
23+
* By the end of the compilation process, there might be no klib file emitted,
24+
* for example, when there are no sources in a project in general,
25+
* or for a target in particular.
26+
* The lack of a compiled klib file is not considered as an error, and
27+
* instead causes the ask being skipped.
2228
*/
2329
@get:InputFiles
2430
@get:SkipWhenEmpty

0 commit comments

Comments
 (0)