Skip to content

Commit b5ab597

Browse files
authored
Link KotlinX Coroutines to Arrow Fx Coroutines docs (#2947)
1 parent eeb4c14 commit b5ab597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ subprojects {
8181
matchingRegex.set(".*\\.internal.*")
8282
suppress.set(true)
8383
}
84+
if (project.name == "arrow-fx-coroutines") externalDocumentationLink("https://kotlinlang.org/api/kotlinx.coroutines/")
8485
skipDeprecated.set(true)
8586
reportUndocumented.set(false)
8687
val baseUrl: String = checkNotNull(properties["pom.smc.url"]?.toString())

0 commit comments

Comments
 (0)