Miri Rasoul
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created get values file from Android project - plugin
AnsweredHow 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 -
Created ShareStateFlow in Intelji plugin
AnsweredI have a ToolWindowFactory class like this class MyToolWindowFactory : ToolWindowFactory { private val sharedFlow = MutableSharedFlow<String>(replay = 1) override fun c...