Move sync package to org.isoron.uhabits.core

This commit is contained in:
2020-12-21 17:13:08 -06:00
parent 9681b7b5ef
commit 9743b05a78
9 changed files with 8 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ import io.ktor.client.request.*
import io.ktor.http.*
import junit.framework.Assert.*
import kotlinx.coroutines.*
import org.isoron.uhabits.core.sync.*
import org.junit.*
@MediumTest

View File

@@ -26,6 +26,7 @@ import io.ktor.client.features.*
import io.ktor.client.features.json.*
import io.ktor.client.request.*
import kotlinx.coroutines.*
import org.isoron.uhabits.core.sync.*
class RemoteSyncServer(
private val baseURL: String,

View File

@@ -27,6 +27,7 @@ import org.isoron.androidbase.*
import org.isoron.uhabits.core.*
import org.isoron.uhabits.core.commands.*
import org.isoron.uhabits.core.preferences.*
import org.isoron.uhabits.core.sync.*
import org.isoron.uhabits.core.tasks.*
import org.isoron.uhabits.tasks.*
import org.isoron.uhabits.utils.*