NuvioStreaming/composeApp/src
Guilherme Lima Pereira 5623cd99c2 fix(trakt): replace invalid RegexOption.DOT_MATCHES_ALL with inline flag
RegexOption.DOT_MATCHES_ALL is not available in Kotlin Common (KMP).
Replaced with inline (?s) flag to fix commonMain compilation.
2026-05-09 17:37:32 -03:00
..
androidFull
androidMain feat: adding seperate preference key for collections 2026-05-09 00:46:55 +05:30
androidPlaystore/kotlin/com/nuvio/app
commonMain fix(trakt): replace invalid RegexOption.DOT_MATCHES_ALL with inline flag 2026-05-09 17:37:32 -03:00
commonTest/kotlin/com/nuvio/app feat: adding seperate preference key for collections 2026-05-09 00:46:55 +05:30
desktopMain/kotlin/com/nuvio/app
fullCommonMain/kotlin/com/nuvio/app/features feat: add followRedirects support to httpRequestRaw and PluginRuntime 2026-05-06 20:11:29 +05:30
iosAppStore/kotlin/com/nuvio/app
iosFull/kotlin/com/nuvio/app
iosMain/kotlin/com/nuvio/app feat: adding seperate preference key for collections 2026-05-09 00:46:55 +05:30
nativeInterop/cinterop