Skip to content

Commit 5d3f029

Browse files
committed
chore(gradle): update plugin version to 2.1.2 and adjust build compatibility
1 parent 950ee34 commit 5d3f029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/cc/unitmesh/devti/provider/context/ChatContextProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface ChatContextProvider {
2020
chatCreationContext: ChatCreationContext,
2121
): List<ChatContextItem> {
2222
val elements = mutableListOf<ChatContextItem>()
23-
r
23+
2424
val chatContextProviders = EP_NAME.extensionList
2525
for (provider in chatContextProviders) {
2626
try {

0 commit comments

Comments
 (0)