Make Urls Stable

This commit is contained in:
Vitor Pamplona
2026-03-07 16:55:04 -05:00
parent e6e697a5f8
commit 2059f46c42
@@ -20,9 +20,11 @@
*/
package com.vitorpamplona.amethyst.commons.richtext
import androidx.compose.runtime.Stable
import com.vitorpamplona.quartz.utils.urldetector.Url
import com.vitorpamplona.quartz.utils.urldetector.detection.UrlDetector
@Stable
class Urls(
val withScheme: Set<String> = emptySet(),
val withoutScheme: Set<String> = emptySet(),