There are very few Kotlin-specific things in Spring, so all Spring Kotlin tutorials are basically Java tutorials written in Kotlin.
There are tons of resources for Java, so you might switch focus to them instead.
It's nothing about Kotlin being bad or lacking support, it's just that Java is still a primary language for backend development.
Kotlin has a decent interop with JVM and Java specifically (even automatic Java to Kotlin converter), so you can use tutorials in Java without a problem.