Tobias Roeser

Results 847 comments of Tobias Roeser

In the meantime, using `3.0.0-M2` is perfectly fine from a maturity perspective.

That's strange, we have a test for this case. https://github.com/com-lihaoyi/mill/blob/0e50ff7ee3216f8224958e150dbfeac6113a2ce1/main/resolve/test/src/mill/main/ResolveTests.scala#L973-L976

Releated: * #4514

Can you please provide a reproducer?

> > Various tasks like sdkUrl or buildToolsVersion should be prefixed with android > > I think in this case we can leave them un-prefixed. The prefixing is mostly for...

It's a bit unclear to me, why we don't come up with some default instances of the `AndroidSdkModule`. Are there any user-specific limitations like licence agreements or personal tokens? If,...

And if we can provide it pre-configured, we probably should overthink the use of a `ModuleRef`, since it can't be switched based on a target result. Instead, we should make...

I guess that users doing a lot of Android stuff will prefer to have some system (or user) installed SDK and want to just point the SDK path to that....

Ok, then the answer is: The user needs to pre-install the Android SDK because of license requirements. It's quite like the situation we had for older Java SDKs. If we...

@0xnm So, each new version of the SDK comes with all older libraries of older releases included and grows ever larger? Or how are we supposed to target older Android...