Jake Wharton
Jake Wharton
I saw #27, but perhaps you would consider making the `object` have a visibility of `internal`. As of now, this plugin is hard/impossible to use in a library because it...
Since the members of a class/struct/enum are emitted in a particular order, "MARK" comments could be produced between the sections to aid in navigation in xcode. Something like ```swift class...
Gradle 5.2, Kotlin 1.3.21, kotlin-frontend-plugin 0.0.45 When my modules using the frontend plugin do not have a `webpack.config.d` directory Gradle fails to validate the task: ``` org.gradle.api.tasks.TaskValidationException: A problem was...
I have a need to run webpack twice in a single module. Right now I can work around this by moving all of the code to a library and then...
When the DCE plugin is enabled, `kotlin-js-min/main` is added to the `webpack.config.js` config. This can be seen on the 'frontend-only' example by invoking the `run` task. The bundle that's loaded,...
I am only using the on-demand support to show existing content between two libraries. Currently I can somewhat achieve this by setting the refresh rate low and the poster count...
For example, [this](https://github.com/Tickaroo/tikxml/blob/0ed58b3f25ed886cd04cfac5f58452bb5721afd1/core/src/main/java/com/tickaroo/tikxml/XmlReader.java#L625-L628) can be replaced with ``` java private static final ByteString CDATA_CLOSE = ByteString.decodeUtf8("]]>"); // ... long index = source.indexOf(CDATA_CLOSE); if (index == -1) throw ... return index;...
Using 1.1.0 as a library from maven.google.com has a dependency declared on 'aapt2-proto' in the `pom.xml` as `runtime`. This means that it will be present on the runtime classpath but...
Its annotations are only needed at compile-time for the annotation processor.
https://github.com/jsdom/jsdom/blob/master/Changelog.md#1320 https://github.com/jsdom/jsdom/blob/2898617587bf40a5705eb3692037fbf9b3631030/lib/jsdom/living/index.js#L77-L78