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.32.0
4.32.0
Created 14 September 2021.
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.32.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:4.32.0") } } apply(plugin = "com.github.turansky.kfc.react-dates")
- Applying plugins to all subprojects .