Philip Dukhov
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to add custom imports into template?
AnsweredI'm trying to create the following template for Compose: var string by remember { mutableStateOf("") } I can add remember and mutableStateOf imports manually like this: var string by androidx.comp...