Masum14092
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Masum14092 commented, -
Masum14092 created a post, AnsweredWhy override val recipe: Recipe get() ={ } called twice?
I am trying to build plugin for genrate template for android studio but I don't knock why the override val recipe: Recipeget() ={} part called twice. For that reason this file genarating same cod... -
-
Masum14092 created a post, AnsweredWrite with new line if file exist else create one in Jetbrain plugin development for android studio
I use this code to genrate Compose Screen and add route name to Navigation File fun RecipeExecutor.customScreenRecipe( moduleData: ModuleTemplateData, screenName:String, includeNavigati...