I found the problem, the problem was in my build.gradle.kts where both libs.engage.tv and libs.engage.core where in the dependancy block, I then just commented out the
build.gradle.kts
libs.engage.tv
libs.engage.core
implementation(libs.engage.tv)
which worked!