Miri Rasoul
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Miri Rasoul created a post, Answeredget values file from Android project - plugin
How can get value direction and file in an android project with a plugin?For example : projectA/app/src/main/res/value/en_string.xml projectA/app/src/main/res/value/string.xml -
Miri Rasoul created a post, AnsweredShareStateFlow in Intelji plugin
I have a ToolWindowFactory class like this class MyToolWindowFactory : ToolWindowFactory { private val sharedFlow = MutableSharedFlow<String>(replay = 1) override fun c...