chore(conductor): Mark track 'Migrate tests to KMP best practices and expand coverage' as complete

This commit is contained in:
James Rich 2026-03-18 16:46:10 -05:00
parent 0e1461b5e4
commit 2395cb91e1
33 changed files with 358 additions and 307 deletions

View file

@ -32,7 +32,7 @@ fun interface ComposableContent {
* direct dependencies on UI components.
*/
@Single
class AlertManager {
open class AlertManager {
data class AlertData(
val title: String? = null,
val titleRes: StringResource? = null,