Ken Yee

Results 107 comments of Ken Yee

These have migrated to: https://github.com/mrmans0n/compose-rules https://slackhq.github.io/compose-lints/

use the one that fits your usage best. Slack's is done using Android lint. The original was ktlint+detekt.

I integrated this with a multi-module project w/o problems, but then tried integrating with a much more complex Android multi-module multi-flavor application and it is hitting all sorts of interesting...

For our usage of getFileContents(), we just care about the filename. Is there a better way to get that?

bumping...any chance this will go to maven central?

Yeah, mine was similar... a README.md was missing "# Module" header at the top. See description of bug...

Forgot to mention, this is what we currently do to upload a file to S3: ``` suspend fun uploadWithPutObject( ioDispatcher: CoroutineDispatcher, s3Client: AmazonS3Client, s3Bucket: String, s3FileKeyName: String, file: File, ):...