Kotlin - Spring Boot and Supabase Bucket

Hello,

I installed the "storage-kt-jvm" dependency in Maven :

<dependency>
<groupId>io.github.jan-tennert.supabase</groupId>
<artifactId>storage-kt-jvm</artifactId>
<version>2.5.3</version>
<scope>runtime</scope>
</dependency>

But I don't have access to SupabaseClient to access my bucket.

What am I missing?
THANKS
Was this page helpful?