Fix circular dependency

This commit is contained in:
2020-08-19 19:02:15 +02:00
parent 68109f8666
commit 08c804ccb5
10 changed files with 42 additions and 28 deletions
@@ -1,6 +1,6 @@
package be.simplenotes.app.utils
import be.simplenotes.search.SearchTerms
import be.simplenotes.domain.usecases.search.SearchTerms
private val titleRe = """title:['"](?<title>.*?)['"]""".toRegex()
private val outerTitleRe = """(?<title>title:['"].*?['"])""".toRegex()