Skip to content

Feature Request: Support Standard Gradle Projects and Build Configuration #1422

Description

@ShafiqulIslamShamim

Currently, CodeAssist uses its own build system instead of reading the standard Gradle project configuration. Because of this, projects are not fully compatible with Android Studio.

For example:

  • Importing an existing Android Studio project into CodeAssist may fail or require manual changes.
  • A project created in CodeAssist may not work correctly when opened in Android Studio.

This makes it difficult to move projects between the two environments.

Feature Suggestion

Please consider adding support for reading standard Gradle build files, such as:

  • "settings.gradle" or "settings.gradle.kts"
  • "build.gradle" or "build.gradle.kts"
  • "libs.versions.toml"
  • Gradle wrapper configuration

CodeAssist could read these files and use the existing project configuration instead of relying on a separate build system.

Benefits

  • Full compatibility with Android Studio projects.
  • Projects can be opened in CodeAssist without modification.
  • Projects created or edited in CodeAssist can be opened directly in Android Studio.
  • Developers can switch between desktop and mobile development without migration issues.
  • Better compatibility with existing Android libraries, plugins, and Gradle features.

I believe this feature would greatly improve the developer experience and make CodeAssist a much more powerful Android development environment.

Thank you for your amazing work on this project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions