File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
exts/ext-android/src/main/kotlin/cc/unitmesh/android/provider Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import cc.unitmesh.android.util.AdSdkFinder
4
4
import cc.unitmesh.devti.provider.context.ChatContextItem
5
5
import cc.unitmesh.devti.provider.context.ChatContextProvider
6
6
import cc.unitmesh.devti.provider.context.ChatCreationContext
7
- import com.android.sdklib.AndroidVersion
8
7
import com.android.tools.idea.model.AndroidModel
9
8
import com.android.tools.idea.projectsystem.getAndroidFacets
10
9
import com.intellij.openapi.project.Project
@@ -19,7 +18,7 @@ class AndroidChatContextProvider : ChatContextProvider {
19
18
var text = " This project is a Mobile Android project."
20
19
val sdkVersion = getProjectAndroidTargetSdkVersion(project)
21
20
if (sdkVersion != null ) {
22
- text + = " Android SDK target version is $sdkVersion ."
21
+ text + = " Android SDK target version is $sdkVersion ."
23
22
}
24
23
25
24
return listOf (ChatContextItem (AndroidChatContextProvider ::class , text))
You can’t perform that action at this time.
0 commit comments