I'm trying to run a Kotlin sample app (<https://gi...
# getting-started
n
I'm trying to run a Kotlin sample app (https://github.com/dataanon/dataanon-kotlin-sample), but it doesn't build since it's unable to resolve reference java
import java.time.Duration
. I guess I need to add a dependency to pom.xml?