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
5 Replies
Do I have to go through Ktor to install supabase?
It doesn't make sense, I already use Spring Boot
In my libs i have the SupabaseClient, but i can't use it :

@Bitrot
I saw your post which talks about Supabase and Spring boot, did you manage to use the io.github.jan-tennert.supabase lib in your project?
Problem solved with removing the runtime scope
I don't remember if I used that one tbh, I did a lot of experiments. Just to confirm, you just removed and don't have any
<scope>
tags to make it work?Exactly, i just removed the <scope>
But the 3.0.3 version of supabase doesn't work. I don't know how to make it work.
more details here :
https://github.com/supabase-community/supabase-kt/discussions/828