From 82e2c4c850f60d3bbe89233f7483ea85d845e2c1 Mon Sep 17 00:00:00 2001 From: Simon Vergauwen Date: Thu, 23 Feb 2023 20:20:16 +0100 Subject: [PATCH] Link KotlinX Coroutines to Arrow Fx Coroutines docs --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 2949e28976e..adc8515dc17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,6 +81,7 @@ subprojects { matchingRegex.set(".*\\.internal.*") suppress.set(true) } + if (project.name == "arrow-fx-coroutines") externalDocumentationLink("https://kotlinlang.org/api/kotlinx.coroutines/") skipDeprecated.set(true) reportUndocumented.set(false) val baseUrl: String = checkNotNull(properties["pom.smc.url"]?.toString())