--- a/core/src/desktopMain/kotlin/licensee/LicenseeLicenseInfoRepository.desktop.kt Sun May 04 21:05:24 2025 -0400
+++ b/core/src/desktopMain/kotlin/licensee/LicenseeLicenseInfoRepository.desktop.kt Mon May 05 02:56:41 2025 -0400
@@ -25,6 +25,9 @@
import kotlinx.coroutines.Dispatchers
import okio.Buffer
+/**
+ * Create a [com.geekorum.aboutoss.core.licensee.LicenseeLicenseInfoRepository]
+ */
fun LicenseeLicenseInfoRepository(
licenseeResourcePath: String = "app/cash/licensee/artifacts.json",
mainCoroutineDispatcher: CoroutineDispatcher = Dispatchers.Main,