erosb / json-sKema

JSON Schema Validator for the JVM, implements draft2020-12
MIT License
49 stars 8 forks source link

Unable to see classes in Intellij Idea #116

Open ferozed opened 4 days ago

ferozed commented 4 days ago

I have a weird problem. I am using this jar in a gradle project. If I run the gradle project using gradle cli, it works fine.

However, in IntelliJ Idea, I am unable to see the classes in the com.github.erosb.jsonsKema namespace.

See the attached screenshot

image

Due to this I am unable to code in Intellij.

image

I noticed that this is built with Kotlin. Do I need to do something in Intellij to enable it to see the classes in that namespace?

I dont know what I am doing wrong.

erosb commented 4 days ago

Hello, no additional setup should be necessary. I'd try refreshing gradle dependencies / reloading the project in the gradle tool window.

ferozed commented 2 days ago

I have already done all that, many times

Get Outlook for iOShttps://aka.ms/o0ukef


From: Bence Eros @.> Sent: Friday, October 11, 2024 9:56:52 PM To: erosb/json-sKema @.> Cc: feroze daud @.>; Author @.> Subject: Re: [erosb/json-sKema] Unable to see classes in Intellij Idea (Issue #116)

Hello, no additional setup should be necessary. I'd try refreshing gradle dependencies / reloading the project in the gradle tool window.

— Reply to this email directly, view it on GitHubhttps://github.com/erosb/json-sKema/issues/116#issuecomment-2408388626, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA4OXDV24BYBUNGJRROE5STZ3CTZJAVCNFSM6AAAAABPZZUWOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGM4DQNRSGY. You are receiving this because you authored the thread.Message ID: @.***>

erosb commented 1 day ago

Can you share a reproducer project for this one? I'm usually testing with the json-sKema-examples project, and it doesn't need any additional configuration when importing into IJ. Also I tried in the recent days with a gradle-based project and there wasn't any problem.