Skip to content

Commit c6c3560

Browse files
committed
chore: align API changes
1 parent 7bc8ca9 commit c6c3560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/src/223/main/kotlin/cc/unitmesh/kotlin/provider/KotlinVersionProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class KotlinVersionProvider : ChatContextProvider {
1616
return creationContext.sourceFile?.language is KotlinLanguage
1717
}
1818

19-
override suspend fun collect(project: Project, creationContext: ChatCreationContext): List<ChatContextItem> {
19+
override fun collect(project: Project, creationContext: ChatCreationContext): List<ChatContextItem> {
2020
val languageVersionSettings = runReadAction {
2121
project.languageVersionSettings
2222
} ?: return emptyList()

0 commit comments

Comments
 (0)