File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/kotlin/com/example/kotlin/chat/service Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import com.example.kotlin.chat.asDomainObject
44import com.example.kotlin.chat.asRendered
55import com.example.kotlin.chat.mapToViewModel
66import com.example.kotlin.chat.repository.MessageRepository
7- import kotlinx.coroutines.ExperimentalCoroutinesApi
87import kotlinx.coroutines.flow.Flow
98import kotlinx.coroutines.flow.MutableSharedFlow
109import kotlinx.coroutines.flow.map
@@ -13,7 +12,6 @@ import kotlinx.coroutines.flow.collect
1312import org.springframework.stereotype.Service
1413
1514@Service
16- @ExperimentalCoroutinesApi
1715class PersistentMessageService (val messageRepository : MessageRepository ) : MessageService {
1816
1917 val sender: MutableSharedFlow <MessageVM > = MutableSharedFlow ()
You can’t perform that action at this time.
0 commit comments