Introduction: SJ Basak | iOS Developer (GSoC'26)

I’m SJ Basak, an application developer with experience building iOS applications.

I recently came across last year’s contributions to MIT App Inventor, and after reading this year’s announcement, I’m really interested in participating in the upcoming cohort. I’ve started going through the community guidelines and contribution documentation to understand the expectations and workflow.

I’ve just cloned the repository and begun exploring the codebase to get familiar with it. I was wondering if you could share some guidance on where a new contributor should ideally get started—such as beginner-friendly issues, recommended areas of the codebase, or any initial setup tips.

Thank you.

Welcome SJ Basak,
Search for issues tagged with "help wanted" in GitHub:

Present your proposal once you have identified an issue that you are confident in working with, and it will be assigned to you.

If you require help setting up your local environment, please post it here or on GitHub.

Information regarding this year's GSoC:

2 Likes

Okay, the set up is almost complete. But at last when trying to build using ant, I found these errors
buildError.txt (22.2 KB)

I am guessing it's cause of the dissimilarity between the JDK version.
I got javac 25.0.1,, but in the doc it's asking for javac 1.8x.

It should be java 11 or 17. Definitely not 25.

1 Like