Jake Wharton
Jake Wharton
I can't fork to create a PR while the repo is private nor do I have direct push access, but here's a take on this: [0001-Expose-TimeZone-through-Clock.patch.txt](https://github.com/Kotlin/kotlinx-datetime/files/4915252/0001-Expose-TimeZone-through-Clock.patch.txt) (Had to add `.txt`...
Use `releaseAnnotationProcessor` or check `if (properties.containsKey('android.injected.invoked.from.ide'))` before adding the regular `annotationProcessor` dependency.
This has nothing to do with the dev server. Doing a normal 'bundle' will use the wrong JS file as the entry point (which contains the `defineModule` call) instead of...
Changing the kotlin2js compiler output module type of sample-common-js to 'commonjs' instead of the default, 'plain', should resolve this.
For now I'm using ```groovy allprojects { // TODO remove once https://github.com/Kotlin/kotlin-frontend-plugin/issues/141 is fixed plugins.whenPluginAdded { plugin -> if (plugin.class.name == 'org.jetbrains.kotlin.gradle.frontend.FrontendPlugin') { def fixTask = tasks.register('webpack-config-fix') { it.doLast {...
I think that would be wise _in addition to_ correctly propagating either the built-in inline class opt-in annotation onto callers or defining your own.
No. Just code reduction on your part.
I wrote a Maven one recently for a thing I needed: https://github.com/JakeWharton/twirl-maven-plugin On Wed, Jun 24, 2015, 4:30 PM Schmitt Christian [email protected] wrote: > Currently Twirl only works on sbt,...
A Gradle plugin would be _especially_ nice given the forthcoming [continuous build mode](https://docs.gradle.org/release-candidate/release-notes#continuous-build) in v2.5 (ala sbt).