Masum14092

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Why override val recipe: Recipe get() ={ } called twice?
AnsweredI 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... -
Created Write with new line if file exist else create one in Jetbrain plugin development for android studio
AnsweredI use this code to genrate Compose Screen and add route name to Navigation File fun RecipeExecutor.customScreenRecipe( moduleData: ModuleTemplateData, screenName:String, includeNavigati...