I am getting the following error when trying to build the project. The only difference is the gradle script is in Kotlin DSL.
could not resolve plugin artifact 'io.fabric:io.fabric.gradle.plugin:1.25.4')
Below is my entire build.gradle.kts file
https://gist.github.com/nksaroj/483f3f07df8e04c72040ea4c055459d6
Or https://github.com/nksaroj/xDemo is the full project.