We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb4c14 commit b5ab597Copy full SHA for b5ab597
build.gradle.kts
@@ -81,6 +81,7 @@ subprojects {
81
matchingRegex.set(".*\\.internal.*")
82
suppress.set(true)
83
}
84
+ if (project.name == "arrow-fx-coroutines") externalDocumentationLink("https://kotlinlang.org/api/kotlinx.coroutines/")
85
skipDeprecated.set(true)
86
reportUndocumented.set(false)
87
val baseUrl: String = checkNotNull(properties["pom.smc.url"]?.toString())
0 commit comments