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.88.0 (latest)
4.88.0
Created 03 February 2022.
React 17+ compatibility fix for react-dates
Using the plugins DSL:
plugins {
id("com.github.turansky.kfc.react-dates") version "4.88.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.turansky.kfc:kfc-gradle-plugin:4.88.0")
}
}
apply(plugin = "com.github.turansky.kfc.react-dates")
Using the plugins DSL:
plugins {
id "com.github.turansky.kfc.react-dates" version "4.88.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.github.turansky.kfc:kfc-gradle-plugin:4.88.0"
}
}
apply plugin: "com.github.turansky.kfc.react-dates"