Skip to content

Commit

Permalink
fix: Fix ViewModel Template
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 13, 2024
1 parent 1dbe99f commit b28562f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import javax.inject.Inject
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.asStateFlow
#if (${AI_USED} == "true")
#if (${AI_USED})
import kotlinx.coroutines.flow.update
#end

Expand Down

0 comments on commit b28562f

Please sign in to comment.