We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04691fc commit 08b0a9dCopy full SHA for 08b0a9d
src/main/kotlin/cc/unitmesh/devti/gui/chat/ChatCodingPanel.kt
@@ -32,6 +32,7 @@ import java.awt.event.ActionListener
32
import java.awt.event.MouseAdapter
33
import java.awt.event.MouseEvent
34
import javax.swing.*
35
+import kotlinx.coroutines.flow.collect
36
37
38
class ChatCodingPanel(private val chatCodingService: ChatCodingService, val disposable: Disposable?) :
0 commit comments