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

bug - Support MainApplication.kt #7846

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

bug - Support MainApplication.kt #7846

wants to merge 2 commits into from

Conversation

tourofer
Copy link

No description provided.

@tourofer tourofer changed the title Support MainApplication.kt bug - Support MainApplication.kt Feb 13, 2024
@@ -6,8 +6,10 @@ var ignoreFolders = {
exports.mainActivityJava = glob.sync('**/MainActivity.java', ignoreFolders)[0];
exports.mainActivityKotlin = glob.sync('**/MainActivity.kt', ignoreFolders)[0];
var mainApplicationJava = glob.sync('**/MainApplication.java', ignoreFolders)[0];
var mainApplicationKotlin = glob.sync('**/MainApplication.kt', ignoreFolders)[0];
var mainApplication = mainApplicationJava || mainApplicationKotlin
exports.mainApplicationJava = mainApplicationJava;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left mainApplicationJava, as i'm not sure if we do want to change this variable. please change it as well if it's needed

@tourofer tourofer requested a review from d4vidi February 13, 2024 15:03
Copy link

stale bot commented Apr 22, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale label Apr 22, 2024
@@ -6,8 +6,10 @@ var ignoreFolders = {
exports.mainActivityJava = glob.sync('**/MainActivity.java', ignoreFolders)[0];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want to handle MainActivity.{java,kt} the same as we treat AppDelegate.{m,mm}

@@ -6,8 +6,10 @@ var ignoreFolders = {
exports.mainActivityJava = glob.sync('**/MainActivity.java', ignoreFolders)[0];
exports.mainActivityKotlin = glob.sync('**/MainActivity.kt', ignoreFolders)[0];
var mainApplicationJava = glob.sync('**/MainApplication.java', ignoreFolders)[0];
var mainApplicationKotlin = glob.sync('**/MainApplication.kt', ignoreFolders)[0];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want to handle MainApplication.{java,kt} the same as we treat AppDelegate.{m,mm}

@stale stale bot removed 🏚 stale labels Apr 29, 2024
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.

None yet

2 participants