The maintainer of `bootstrap-fileinput` said they ...
# kvision
r
The maintainer of
bootstrap-fileinput
said they will release new version soon. In the meantime there is a workaround - add this to your `build.gradle.kts`:
Copy code
rootProject.plugins.withType<YarnPlugin> {
    rootProject.the<YarnRootExtension>().apply {
        resolution("bootstrap-fileinput", "5.2.3")
    }
}