Jake Wharton
Jake Wharton
A different way of phrasing that question is: Should we include `MyFileKt` in the qualified name when we don't support `__TYPE__` at the same location?
Not going to bother until I can at least test using the existing test suite. https://github.com/JakeWharton/cite/compare/jw.k2.2023-02-06
I'm really hesitant about this because it means that all downstream modules would need to have the Kotlin compiler plugin (or Gradle plugin) applied. That is _very_ hard to guarantee,...
On the JVM you should use StackWalker, not a full exception. https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/StackWalker.html
A full-on cron parser would be great, simply because it's a standard way of expressing when something occurs that a user can supply.
You can switch to using https://search.maven.org/artifact/org.robolectric/android-all as your `compileOnly` dependency for the Android APIs as an easy fix for gaining access to newer APIs.
Should we remove the annotation too then?
Its use on Android which hasn't even fully supported all of the Java 7 APIs will artificially limit it for years. On Mar 6, 2015 6:45 PM, "Jae Gangemi" [email protected]...