Skip to content

Commit 2860c85

Browse files
committed
feat(provider): add Android extension support
Add Android extension support to the project dependencies in build.gradle.kts. This change enables the project to utilize Android-specific features and libraries.
1 parent db98d57 commit 2860c85

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ project(":plugin") {
264264
implementation(project(":cpp"))
265265
implementation(project(":scala"))
266266
implementation(project(":exts:database"))
267+
implementation(project(":exts:ext-android"))
267268
}
268269

269270
// Collects all jars produced by compilation of project modules and merges them into singe one.

goland/src/main/kotlin/cc/unitmesh/go/provider/GoLivingDocumentationProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ class GoLivingDocumentationProvider : LivingDocumentation {
7272
): List<PsiNameIdentifierOwner> {
7373
return listOf()
7474
}
75-
7675
}

0 commit comments

Comments
 (0)