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