vdshb

Results 35 comments of vdshb

It might be valuable to add to the list an option to use c/c++ timezone databases for wasm target. E.g. the one which is used for Kotlin/Native.

Another solution proposal to mention is adding warning suppression options. Something like this: ```kotlin licensee { allow("Apache-2.0") warnings { unusedAllowedIdentifiers = false unusedAllowedUrls = false unusedAllowedCoordinates = false } }...

I've made a proof of concept of such API: https://github.com/vdshb/licensee/commit/304f2739131ba7967a709fd8a07ba2aac86b9c3a Works perfect for me. It is for 1.7.0, because I need it for projects with previous AGP. @JakeWharton Let me...

As I can see it is not in the latest release. Is it possible to make a release with WASM target included? Any timeline?

Didn't know about it. Thanks for mention.

@m-sasha, any feedback?

@m-sasha, @MatkovIvan What can I do to make this PR closer to merge? It's become pretty simple and even smaller since the last change.

Thanks for eventually merged improvement!

I've probably missed adding `app.cash.sqldelight` gradle plugin into build script. It helped to solve similar issue on mac. I'll keep this issue open until I have a chance to check...

@dkhalanskyjb My bad, I thought it works another way. It looks like WASI team implementing their own API to get timezone data https://github.com/WebAssembly/wasi-clocks/pull/61