kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

cannot download plugin version #133

Closed huehnerlady closed 3 years ago

huehnerlady commented 3 years ago

Hi, it seems the new IDE is not compatible with the kotest plugin yet?

When I try to reinstall it I get the following error: image

My intellij Version:

IntelliJ IDEA 2021.1.1 (Ultimate Edition)
Build #IU-211.7142.45, built on April 30, 2021
Runtime version: 11.0.10+9-b1341.41 x86_64
sksamuel commented 3 years ago

Are you downloading manually

On Tue, 11 May 2021, 10:55 Ruth, @.***> wrote:

Hi, it seems the new IDE is not compatible with the kotest plugin yet?

When I try to reinstall it I get the following error: [image: image] https://user-images.githubusercontent.com/12533979/117846712-fa03a400-b281-11eb-8f71-423a92f2aa37.png

My intellij Version:

IntelliJ IDEA 2021.1.1 (Ultimate Edition) Build #IU-211.7142.45, built on April 30, 2021 Runtime version: 11.0.10+9-b1341.41 x86_64

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGQKLHGGVVTHVRDEZODTNFHQLANCNFSM44V6QKOQ .

huehnerlady commented 3 years ago

@sksamuel no I try to install it via the intellij plugin marketplace image

image

sksamuel commented 3 years ago

For some reason its picking up the wrong version. There is a 211 build.

plugin.PluginDescriptor( since = "211.6693.111", // this version is 2021.1 until = "212.*", sdkVersion = "IC-2021.1", sourceFolder = "IC-211", deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin:211-1.4.21-release-IJ6693.10") )

Can you try uninstalling kotest, restarting and then searching again ?

On Wed, 12 May 2021 at 01:06, Ruth @.***> wrote:

@sksamuel https://github.com/sksamuel no I try to install it via the intellij plugin marketplace [image: image] https://user-images.githubusercontent.com/12533979/117926318-df204680-b2f8-11eb-8010-6c5c14b843c8.png

[image: image] https://user-images.githubusercontent.com/12533979/117926340-e8111800-b2f8-11eb-82a3-0f870fac5e54.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/133#issuecomment-839480635, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGXRY5CJKJRRKZU3VBLTNILHHANCNFSM44V6QKOQ .

huehnerlady commented 3 years ago

Can you try uninstalling kotest, restarting and then searching again ?

@sksamuel thanks for reaching out. How can I uninstall it? For me it looks as if the plugin is not installed jet, otherwise I would not have an "install" button there, but an "update" buttin 🤔

huehnerlady commented 3 years ago

@sksamuel I think it was on my end, clearing the intellij cache did fix it 🙂

I will close this issue now

sksamuel commented 3 years ago

Great, glad it's working.

On Fri, 14 May 2021 at 07:13, Ruth @.***> wrote:

@sksamuel https://github.com/sksamuel I think it was on my end, clearing the intellij cache did fix it 🙂

I will close this issue now

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/133#issuecomment-841205562, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGUP62PQ35ZN275Z743TNUHYNANCNFSM44V6QKOQ .