Dj Sushi
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
Dj Sushi 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Why 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 创建了一个帖子, 已回答IntelliJ 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...