<@U16CM33AB> Destructuring of tuples is definitely...
# kotlin-spark
j
@holgerbrandl Destructuring of tuples is definitely part of the API. Make sure to
import org.jetbrains.kotlinx.spark.api.tuples.*
to make sure it's imported 🙂 (the IDE doesn't always auto import stuff like this correctly)
h
This solved my problem. I should have read the docs https://github.com/Kotlin/kotlin-spark-api#tuples more carefully first. Thanks for the great support!