Dj Sushi

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Dj Sushi created a post, AnsweredHow do I use my own Kotlin library in a different IntelliJ project?
I am creating a library in IntelliJ and compiling it using Gradle. The library produces a `.jar` file in the `lib/build/libs/` folder which is my library. This is in its own project. Now, if I woul... -
-
-
Dj Sushi created a post, AnsweredWhy can't I create new Java classes in my Kotlin project?
I created my project using File -> New Project. I selected the Java option and as additional libraries I selected Kotlin/JVM. After that, the project was created. I then selected the src/ directory... -
Dj Sushi created a post, AnsweredIntelliJ resolves library when proofing but doesn't when compiling
I have set up my project like this: https://discourse.processing.org/t/writing-processing-in-kotlin/3957 When programming, everything works fine and the proofing works. I can find all the classes f...