Jake Wharton
Jake Wharton
That recommendation is _very_ new and when sampling a few thousand artifacts almost none matched. I suspect the fact that MIT matches is more luck than intent. The overwhelming majority...
I wouldn't say I'm 100% opposed to it, but I did give this a fair bit of thought when figuring out how the project was going to initially work. My...
I think it still has a lot of behavioral questions to work out. It's not like we can just flip a conditional here. Do we fall back to the URL...
Is sorting needed? I filed a bug upstream a few years ago for them to do stable sorting. The last JSON update for 0.11 seemed to indicate they now sort.
What would it look like if the collections were exposed directly? Something like ```groovy licensee { allowed.add("Apache-2.0") } ``` ?
I think that could be a regular enum, which your semicolon leads me to believe you may have also thought of. I'm unsure as to whether we should do a...
Right, makes sense. We can probably just do a single class, though, and `val`s on the `companion` + `@JvmStatic` to get at the constants. I don't want 600 subtypes.
Hmm no idea. Might as well!
Assuming we can get access to the `node_modules` directory in a stable way, its format is standardized (I think?) and contains all of the `package.json` files for parsing.
Presumably also have to depend on whatever task is responsible for running the yarn install.