com.github.turansky.kfc.react-dates
Owner: Victor Turansky
React 17+ compatibility fix for react-dates
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Version 4.62.2
4.62.2
Created 09 January 2022.
React 17+ compatibility fix for react-dates
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.turansky.kfc.react-dates") version "4.62.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.turansky.kfc:kfc-gradle-plugin:4.62.2") } } apply(plugin = "com.github.turansky.kfc.react-dates")
- Applying plugins to all subprojects .