Robert Jaros
09/23/2021, 11:17 AMbootstrap-fileinput
said they will release new version soon. In the meantime there is a workaround - add this to your `build.gradle.kts`:
rootProject.plugins.withType<YarnPlugin> {
rootProject.the<YarnRootExtension>().apply {
resolution("bootstrap-fileinput", "5.2.3")
}
}