fix: remove expect/actual for LocalSource in single-target KMP module (#1602)
Agent-Logs-Url: https://github.com/komikku-app/komikku/sessions/5bf2689f-d906-47af-881b-4556f828a3a6 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cuong-tran <16017808+cuong-tran@users.noreply.github.com>
This commit is contained in:
parent
6f020399d8
commit
ee7fb26790
2 changed files with 1 additions and 7 deletions
|
|
@ -49,7 +49,7 @@ import java.nio.charset.StandardCharsets
|
|||
import kotlin.time.Duration.Companion.days
|
||||
import tachiyomi.domain.source.model.Source as DomainSource
|
||||
|
||||
actual class LocalSource(
|
||||
class LocalSource(
|
||||
private val context: Context,
|
||||
private val fileSystem: LocalSourceFileSystem,
|
||||
private val coverManager: LocalCoverManager,
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
package tachiyomi.source.local
|
||||
|
||||
import eu.kanade.tachiyomi.source.CatalogueSource
|
||||
import eu.kanade.tachiyomi.source.UnmeteredSource
|
||||
|
||||
expect class LocalSource : CatalogueSource, UnmeteredSource
|
||||
Loading…
Reference in a new issue