Spring Data Aerospike Repository in Kotlin

I couldnt able to create Aerospike Repository in Kotlin Language. I got error Aerospike Repository is not found. I use spring-data-aerospike version 3.4.0., spring-boot-starter-web,spring-boot-starter-test dependency in my project. I can able to create Aerospike Repository in Java Language. But in Kotlin I got error Aerospike Repository not found

Seems posted on stackoverflow as well: How to use Aerospike Repository in Kotlin Language using Spring Data Aerospike - Stack Overflow and input requesting to show the example where this did not work.