-
## Overview
Replace `build.gradle` with `build.gradle.kts`
## References
- https://github.com/iroha-168/AndroidUITrain/issues/2
- https://docs.gradle.org/current/userguide/migrating_from_gro…
uhooi updated
2 years ago
-
## References
### Twitter
- https://twitter.com/the_uhooi/status/1473943734723411969?s=20
### Test results
https://github.com/uhooi/UhooiPicBook-Android/runs/4616063784?check_suite_focus=t…
uhooi updated
2 years ago
-
## Overview
Give the following Other Swift Flags to Swift Packages:
- `-warn-long-expression-type-checking=500`
- `-warn-long-function-bodies=500`
- `-warn-concurrency`
- `-enable-actor-data-…
uhooi updated
2 years ago
-
## References
### Documents
- https://docs.swift.org/swift-book/LanguageGuide/Concurrency.html
- https://swift-programming-language-jp.gitbook.io/the-swift-programming-language-jp/language-guid…
uhooi updated
2 years ago
-
## References
- https://developer.android.com/jetpack/guide
- https://github.com/android/compose-samples/tree/main/JetNews
- https://twitter.com/the_uhooi/status/1472899246332727299
uhooi updated
2 years ago
-
## References
- https://github.com/uhooi/UhooiPicBook/issues/211
uhooi updated
2 years ago
-
## References
- https://github.com/uhooi/UhooiPicBook/issues/222
uhooi updated
2 years ago
-
## References
### Apple
- https://developer.apple.com/documentation/os/oslog
- https://developer.apple.com/videos/play/wwdc2020/10168/
### Other
- https://scior.hatenablog.com/entry/2021/…
uhooi updated
2 years ago
-
## References
- https://twitter.com/the_uhooi/status/1384432701483061253?s=20
- https://github.com/android/compose-samples/tree/main/JetNews
uhooi updated
2 years ago
-
## Overview
```diff
- enum TestError: Error {
- case test
- }
+ struct TestError: Error { }
```
## Reference
- https://twitter.com/the_uhooi/status/1451924110217342982?s=20
uhooi updated
2 years ago