Hey! I’m trying to deploy my `Ktor` backend module...
# ktor
n
Hey! I’m trying to deploy my
Ktor
backend module from a
KMP
project to Heroku, but I’m getting
A problem occurred configuring project ':app'.  > kotlin.KotlinNullPointerException (no error message)
for
Task :buildSrc:build
. Anyone who had similar issues?
a
It depends on what do you have in buildSrc. Obviously you have build problem, not related to Ktor.
n
Just the kotlin-dsl plugin
a
What do you mean? Do you have something in buildSrc? Because error says that build fails for that something.