About 51 results
Open links in new tab
  1. JetBrains Toolbox in Windows to install IDEs to specific folders other ...

    Dec 21, 2017 · JetBrains Toolbox in Windows to install IDEs to specific folders other than ones within drive C Asked 8 years, 4 months ago Modified 2 years, 5 months ago Viewed 23k times

  2. How do I change VS Code Settings to use JetBrains Mono Font

    Jan 17, 2020 · Steps to add JetBrains font on VS Code editor (Version: 1.103.1): Download the font from JetBrains Mono and additional font for terminal if you use zsh or OhMyposh JetBrainsMono Nerd Font

  3. firebase - java.lang.IllegalAccessError: superclass access check failed ...

    Dec 8, 2023 · java.lang.IllegalAccessError: superclass access check failed: class org.jetbrains.kotlin.kapt3.base.javac.KaptJavaCompiler (in unnamed module @0x52cfe3c1) cannot ...

  4. What the difference between JetBrains Mono and JetBrains Mono NL

    Jun 4, 2020 · JetBrains Mono NL is the no-ligatures version of JetBrains Mono font. In some editors you may have difficulty disabling font ligatures (although some popular editors like Sublime Text, VS …

  5. android - A failure occurred while executing org.jetbrains.kotlin ...

    A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution Asked 5 years, 10 months ago Modified 1 year, 6 months ago Viewed 618k times

  6. How to correctly set up IntelliJ with WSL2 - Stack Overflow

    Apr 16, 2021 · All the mentioned PowerShell commands, including the ones on the JetBrains site, didn't really help. But what eventually did the trick was that Windows Defender's "Inbound Rules" panel.

  7. How to resolve error "Failed to resolve: org.jetbrains.kotlin:kotlin ...

    May 12, 2020 · "Failed to resolve: org.jetbrains.kotlin:kotlin-stdlib-jre7..." I have made sure all plugins are up to date and that the Android SDK is properly installed. How can I solve for this error?

  8. Jetbrains Toolbox 2.0 cannot update tools - Stack Overflow

    Aug 24, 2023 · Jetbrains Toolbox 2.0 cannot update tools Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 4k times

  9. org.jetbrains.annotations.NotNull instead of javax.annotation.Nonnull ...

    After recent JetBrains Intellij IDEA updates I found out that when I'm trying to implement method annotated with javax.annotation.Nonnull - IDE implements it with org.jetbrains.annotations.NotNull …

  10. Breakpoints not being hit in JetBrains Rider? - Stack Overflow

    Jul 30, 2018 · I am trying to set a breakpoint in JetBrains Rider, but the debugger isn't breaking. I know for sure the application should reach the code I'm trying to break on, as changing string literals appea...