Skip to content

Commit

Permalink
feat(provider): add Android extension support
Browse files Browse the repository at this point in the history
Add Android extension support to the project dependencies in build.gradle.kts.

This change enables the project to utilize Android-specific features and libraries.
  • Loading branch information
phodal committed Feb 18, 2024
1 parent db98d57 commit 2860c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Expand Up @@ -264,6 +264,7 @@ project(":plugin") {
implementation(project(":cpp"))
implementation(project(":scala"))
implementation(project(":exts:database"))
implementation(project(":exts:ext-android"))
}

// Collects all jars produced by compilation of project modules and merges them into singe one.
Expand Down
Expand Up @@ -72,5 +72,4 @@ class GoLivingDocumentationProvider : LivingDocumentation {
): List<PsiNameIdentifierOwner> {
return listOf()
}

}

0 comments on commit 2860c85

Please sign in to comment.