Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) Add Option to Select Programming Language (Kotlin or Java) for Android Plugins #122

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fabiomartino
Copy link

Title:
(feat) Add Option to Select Programming Language (Kotlin or Java) for Android Plugins

Description:
This pull request introduces the ability to select the programming language (Kotlin or Java) when working with Android plugins.

Key Changes:

  1. Kotlin Templates:

    • Added templates for Kotlin as an alternative to the existing Java templates.
    • Developers can now choose Kotlin during plugin creation, providing greater flexibility and allowing the use of Kotlin's modern features.
  2. Dependency Management:

    • When Kotlin is selected, the necessary dependencies for Kotlin support are automatically added to the build.gradle file.
    • This ensures the generated project is correctly configured for Kotlin development without manual intervention.
  3. Enhanced Development Workflow:

    • This new feature streamlines the development of plugins by providing an easy choice between Java and Kotlin, based on developer preference or project requirements.

Changelog:

  • Added: Kotlin templates for Android plugin development.
  • Updated: Build configuration (build.gradle) to include Kotlin dependencies when Kotlin is selected.
  • Enhanced: Plugin creation workflow to allow selecting between Java and Kotlin.

Notes:

  • Ensure to test the new workflow with both Kotlin and Java templates to verify correctness and compatibility.
  • The Kotlin dependencies added to build.gradle include standard configurations required for compatibility with Android projects.

Let me know if you need further edits or details!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant