Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Liri Pashoshai
Total activity
7
Last activity
December 29, 2024 17:37
Member since
December 12, 2024 12:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
December 29, 2024 17:37
Well the build worked, but plugin verification failed with the following. Can you please advise?Internal url: https://plugins.jetbrains.com/plugin/13185-interface-pairing/edit/versions/stable/65849...
Community
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 votes
Created
December 29, 2024 17:25
Thank you, this worked
Community
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 votes
Created
December 16, 2024 16:19
My build.gradle import org.jetbrains.kotlin.gradle.dsl.JvmTargetimport org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile buildscript { repositories { maven { url 'https://cache-redirector....
Community
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 votes
Created
December 16, 2024 13:56
I see, thank you.Could you please advise me on how to update the build.gradle?I updated the plugins part:plugins { id 'java' id 'org.jetbrains.kotlin.jvm' version '1.9.22' id 'org.jetbrain...
Community
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 votes
Edited
December 15, 2024 13:52
The importimport com.jetbrains.rider.projectView.views.solutionExplorer.SolutionExplorerCustomization; Fails:Cannot resolve symbol solutionExplorer' The file plugin.xml shows the error:Cannot resol...
Community
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 votes