One final question before I'm off to bed. My proje...
# getting-started
r
One final question before I'm off to bed. My project doesn't seem to find any java related resources. For example when I try to import anything from the java namespace
java.etc
java turns red and is unresolved. I'm using gradle in IntelliJ IDEA CE. This is my multiplatform gradle file: https://gist.github.com/RdeWilde/eee5e77880971f77ee61518a5b447d7d Is there anything that i am missing?
s
is your project sdk set?
right click on your module, choose
Open Module Settings
, choose
Project
and make sure your SDK is chosen
r
@snowe my SDK is jdk 1.8.0
s
Does your module have an sdk as well?
r
Yes, the same as the project @snowe
s
hmm….
r
Is there any other info I can provide? It seems my project setup just can't find any java classes and types 😞
Idk how much it matters, but as said, I am using a #multiplatform project. Maybe that has some effect on whether or not you can use native Java classes?
I think it is related to multiplatform, I asked over at the specific channel.
s
I did not see that multiplatform bit. whoops.
yes you might be better off asking over there.
r
Seems that multiplatform is the cause, thank you for your help anyway 🙂
s
sorry i couldn’t be more help. good luck!