Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38604d64 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Remove ExperimentalCoroutinesApi opt-ins from utils/

Flag: EXEMPT mechanical cleanup
Test: presubmit
Change-Id: I48111b045bfe6a61bb93bf814b39abb62cb40c3a
parent cedce777
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,12 +14,11 @@
 * limitations under the License.
 */

@file:OptIn(ExperimentalCoroutinesApi::class, ExperimentalTypeInference::class)
@file:OptIn(ExperimentalTypeInference::class)

package com.android.systemui.utils.coroutines.flow

import kotlin.experimental.ExperimentalTypeInference
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.FlowCollector
import kotlinx.coroutines.flow.conflate