#zakariaakrach_code

1 messages · Page 1 of 1 (latest)

storm apexBOT
#

đź‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1435984101235490936

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

low shoal
#

đź‘‹ Hi there! Let me take a look

#

Nothing changed in the recent version that would cause those imports to no longer work

#

What build tool are you using? Can you do a clean build?

storm apexBOT
wild quartz
#

Hey! Thanks for checking
I'm using Maven as build tool.

In intellij i run clean + install and it works fine it give me BUILD SUCCESS.

low shoal
#

So it's working fine now?

wild quartz
#

Nono it give me Cannot resolve symbol 'Stripe' so i can't use import com.stripe.*;

#

but if i return using 30.0.0 it works fine, but 30.1.0 and 30.2.0 it break, maybe is only a problem of my pc.

low shoal
#

Yeah, sounds like an error with an IntelliJ then, if you're able to build with Maven but the IDE is showing problems

#

This isn't something we can really help with. But often in IntelliJ it can help to run: File > Invalidate Caches > Invalidate and Restart

wild quartz
#

Thanks a lot, Arran 🙏
That makes sense — I’ll try the “Invalidate Caches and Restart” option in IntelliJ and see if it fixes it.
I’ll update here once it’s working! Appreciate your help