File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import java.util.concurrent.atomic.AtomicReference
2121"""
2222
23+ # Shared TV Hilt/repository imports are owned by augment_native_provider_loading.py.
24+ # Keeping them out of this player-only layer prevents two independent augmenters
25+ # from emitting the same Kotlin imports into the final native corpus source.
2326TV_IMPORTS = """import androidx.activity.compose.setContent
2427import androidx.navigation.compose.rememberNavController
2528import com.nuvio.tv.MainActivity
2629import com.nuvio.tv.core.player.LastPlaybackDiagnostics
2730import com.nuvio.tv.data.local.PlayerSettingsDataStore
2831import com.nuvio.tv.ui.navigation.NuvioNavHost
2932import com.nuvio.tv.ui.navigation.Screen
30- import dagger.hilt.EntryPoint
31- import dagger.hilt.InstallIn
32- import dagger.hilt.android.EntryPointAccessors
33- import dagger.hilt.components.SingletonComponent
34- import kotlinx.coroutines.flow.first
3533import kotlinx.coroutines.runBlocking
3634import kotlinx.coroutines.withTimeout
3735"""
You can’t perform that action at this time.
0 commit comments