Jaewoong Eum
Jaewoong Eum
### Support multiple scopes Blueprint: ```kotlin @FirstScope @SecondScope class MainActivity { // share on the @FirstScope @ShareProperty(key = "name", scope = FirstScope::class.java) private var username = ChamberProperty("skydoves") // share on...
Refactoring whole interfaces of this project.
### 🎯 Goal Update Gradle version to `7.5.1`. ### ☑️Contributor Checklist #### General - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [x] Assigned a person / code owner...
### 🎯 Goal Resolve a few IDE build warnings. ### ☑️Contributor Checklist #### General - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [x] Assigned a person / code...
https://android-review.googlesource.com/c/platform/frameworks/support/+/1976128
https://android-review.googlesource.com/c/platform/frameworks/support/+/1984830 Will be updated with the new public API in the next release. ------------------------------------------ Allow injecting closeable objects into ViewModel Rather than requiring developers manually override onCleared() and close any...
### 🎯 Goal Update Compose compiler to 1.3.2 and Kotlin to 1.7.20. ### ☑️Contributor Checklist #### General - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [x] Assigned a...
Migrate Gradle Maven Publish Plugin to this one: https://github.com/vanniktech/gradle-maven-publish-plugin
### Use ArchTaskExecutor instead of InstantTaskExecutorRule ```kotlin @get:Rule var instantTaskExecutorRule = InstantTaskExecutorRule() ``` The issue is that this one does not provide a real thread for main thread and accepts...
Support wasm for coil3 KMP.