Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Mefodichev
Total activity
21
Last activity
October 28, 2024 17:04
Member since
January 08, 2024 14:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Articles (0)
Posts (0)
Comments (15)
Anton Mefodichev
commented,
October 28, 2024 17:04
Hello Suraj! Please create a ticket via YouTrack and provide a sample reproducer project: https://youtrack.jetbrains.com/newIssue Thank you in advance!
Community
IntelliJ IDEA Users
I'm getting class not found error in kotlin
0 votes
Anton Mefodichev
commented,
October 28, 2024 15:26
Hello Imbirspirit!Can you please clarify what the IDE version you are using now? Do you have K2 mode enabled? It would be great to have some example of the code where the issue is reproduced and a ...
Community
IntelliJ IDEA Users
Kotlin extension function doesnt show
0 votes
Anton Mefodichev
commented,
October 07, 2024 08:18
Hello Imbirspirit! Can you please clarify what do you mean by one of the latest updates? What is the IDE version you using now? Do you have K2 mode enabled? It would be great to have some e...
Community
IntelliJ IDEA Users
Kotlin extension function doesnt show
0 votes
Anton Mefodichev
commented,
June 26, 2024 15:29
Hello, There is a ticket regarding implementation of these quickfixes for K2 IDE: https://youtrack.jetbrains.com/issue/KTIJ-27218/K2-IDE-Implement-create-callable-declaration-from-unresolved-er...
Community
IntelliJ IDEA Users
Kotlin K2: No code suggestions for 'unresolved reference', local var to class property
0 votes
Anton Mefodichev
commented,
April 30, 2024 13:27
Thank you for the clarification! Unfortunately, indeed, KMM plugin does not support IDEA. We have a ticket regarding this issue: https://youtrack.jetbrains.com/issue/KT-41545/KMM-IntelliJ-IDEA-sup...
Community
IntelliJ IDEA Users
How do I do kotlin multiplatform with IntelliJ IDEA?
0 votes
Anton Mefodichev
commented,
April 27, 2024 06:45
Hello, Zpecter!You can use IDEA for multiplatform development.To generate a KMP project, use the following site: https://kmp.jetbrains.com/.I am here to find the answer if you have more specific qu...
Community
IntelliJ IDEA Users
How do I do kotlin multiplatform with IntelliJ IDEA?
0 votes
Anton Mefodichev
commented,
March 13, 2024 10:01
I have found how to do a jar with all the dependencies. Please follow the comment:https://discuss.kotlinlang.org/t/how-can-i-modify-the-default-configuration-file-generated-by-gradle-command-line-t...
Community
IntelliJ IDEA Users
Error building jar for kotlin in IntelliJ for desktop
0 votes
Anton Mefodichev
commented,
March 12, 2024 15:31
You can try to use a workaround from this ticket: https://youtrack.jetbrains.com/issue/KT-66494, but in this case you need to use the whole string line for the jar file. Or use package gradle tasks...
Community
IntelliJ IDEA Users
Error building jar for kotlin in IntelliJ for desktop
0 votes
Anton Mefodichev
commented,
March 11, 2024 13:05
Try to use just run gradle build command. You also can open Gradle section in project in IDEA, click Execute Gradle Task, then try to execute gradle or ./gradlew commands from there. Regardin...
Community
IntelliJ IDEA Users
Error building jar for kotlin in IntelliJ for desktop
0 votes
Anton Mefodichev
commented,
March 06, 2024 10:14
I assume you try to run the Build command via IDEA menu. Try to build the project via ./gradlew build commmand and look how it goes. If you want to use IDEA menu, then you need to follow this ...
Community
IntelliJ IDEA Users
Error building jar for kotlin in IntelliJ for desktop
0 votes