Nikita Ogorodnikov

Results 81 comments of Nikita Ogorodnikov

> But for occasional users who only checkout some project that also has some Android app, Mill should handle it smoothly without any local installations The common expectation is still...

> Either we look for some env var pattern or some config file under .config, e.g. .config/mill-android-sdks or .config/mill-android-sdk. where is the same as in AndroidSdkModule.buildToolsVersion. Not exactly like that....

@lefou No, the set of the components (build tools, sources for the specific API, etc.) can be controlled with [sdkmanager](https://developer.android.com/tools/sdkmanager) which is a part of the `cmdline` tools. `cmdline` tools...

Hello @PJLVHQ-Vikash-Parajuli, Your case is not a Datadog SDK issue. `com.datadog.android.rum.internal.anr.ANRException: Application Not Responding` is the way to report ANR in the application, it is not an issue caused by...

Probably it makes sense to add a bit more info on how Kotlin Multiplatform ecosystem works, it may be useful in the future for the artifact filtering. In fact, Kotlin...

I think what you are missing here (to be precise - in your previous PR) is support of the resources: drawables (at least for the icon), strings, etc. Because no...

Jetpack Compose example was delivered in https://github.com/com-lihaoyi/mill/pull/4188, no need to work on this anymore.

I did a quick overview of the things which should be done here, and it seems that the work can be sliced in a bit more granular way. The main...

I added a very basic PR with a foundation for Kotlin/JS support in https://github.com/com-lihaoyi/mill/pull/3678, but there are many issues/missing functionality. See that PR for more details.