Jake Wharton
Jake Wharton
Can we still include the extra stuff that's in our JSON today? Or is the format too strict?
We generate a JSON file that you can use to generate whatever you want or embed directly into assets. We can add a sample of this at some point.
Looks good! You're using all the right mechanisms to get the file into the APK's assets correctly.
Blocked on getting a token for our robot account
@kpgalligan I have no recollection of doing this PR, but just found it in my list. I think it probably produces better JS which is likely where I was messing...
We have no plans to implement this. In fact, you can expect to see this library deprecated within 6 months and then archived a year or two after that. If...
Only Compose UI. If you are still using views, and we are, this library is perfectly stable and works fine. In general we'd rather use the migration of Dagger to...
Also I've never used KSP so can't really help there. Most of our dynamic, compile-time stuff nowadays requires full on Kotlin compiler plugins.
You can hide warnings now with #285. To be released next week.
Just a note that the forthcoming project isolation in Gradle will discourage plugins from doing things at the root level like this. It's possible we could be a settings plugin...