Loading components/feature/downloads/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -30,9 +30,10 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { dependencies { implementation project(':browser-session') implementation project(':browser-state') implementation project(':concept-fetch') implementation project(':support-ktx') implementation project(':support-base') implementation project(':support-utils') implementation Dependencies.androidx_core_ktx Loading components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsUseCases.kt +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ package mozilla.components.feature.downloads import mozilla.components.browser.session.Session import mozilla.components.browser.state.action.ContentAction import mozilla.components.browser.state.store.BrowserStore Loading @@ -20,7 +19,7 @@ class DownloadsUseCases( private val store: BrowserStore ) { /** * Consumes the [Download] with the given [downloadId] from the [Session] with the given * Consumes the download with the given [downloadId] from the session with the given * [tabId]. */ operator fun invoke(tabId: String, downloadId: String) { Loading Loading
components/feature/downloads/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -30,9 +30,10 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { dependencies { implementation project(':browser-session') implementation project(':browser-state') implementation project(':concept-fetch') implementation project(':support-ktx') implementation project(':support-base') implementation project(':support-utils') implementation Dependencies.androidx_core_ktx Loading
components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsUseCases.kt +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ package mozilla.components.feature.downloads import mozilla.components.browser.session.Session import mozilla.components.browser.state.action.ContentAction import mozilla.components.browser.state.store.BrowserStore Loading @@ -20,7 +19,7 @@ class DownloadsUseCases( private val store: BrowserStore ) { /** * Consumes the [Download] with the given [downloadId] from the [Session] with the given * Consumes the download with the given [downloadId] from the session with the given * [tabId]. */ operator fun invoke(tabId: String, downloadId: String) { Loading