Piotr Krzemiński
08/27/2021, 10:09 AMAyfri
08/29/2021, 10:58 PM.idea
folder then reopen the project, reinstall gradle, and I still have it...Piotr Krzemiński
08/30/2021, 8:09 AMwhen
even if the subject is a sealed class or interface with all cases covered. It occurs when editing .main.kts
files. Kotlin plugin version "212-1.5.30-release-409-IJ4638.7", and AFAIR it was working like this also on 1.5.10. Is it a known issue?Colton Idle
09/01/2021, 1:56 AMMBegemot
09/04/2021, 11:26 AMwrongwrong
09/04/2021, 4:29 PMKotlin 1.3
be UNSUPPORTED
on idea
?
2. when Kotlin 1.6
is released, will Kotlin 1.4
be DEPRECATED
?
If anyone knows of a page with this information, please share it with me.
Thank you.Colton Idle
09/05/2021, 1:16 AMPaul Woitaschek
09/06/2021, 11:59 AMchristophsturm
09/08/2021, 7:12 AMFredrik Larsen
09/10/2021, 11:52 AMandroidx.annotation.FloatRange
to work in IntelliJ?
By work I mean the IntelliJ linter to pick up on incorrect arguments. E.g. @FloatRange(from = 0.0, to = 1.0)
Emil Kantis
09/11/2021, 9:34 AMIU-212.5080.55
, Kotlin plugin 212-1.5.30-release-409-IJ4638.7
)Kurt Renzo Acosta
09/14/2021, 6:02 PMThis version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2020.3.1 or newer.
. I’m using IntelliJ IDEA 2021.2.2 and Android Studio Arctic Fox 2020.3.1 Patch 2. Any way I can get this to work or am I stuck with AS?christophsturm
09/15/2021, 3:37 PMade
09/20/2021, 10:01 AMEndre Deak
09/20/2021, 5:41 PMCannot access class 'kotlinx.coroutines.CoroutineScope'. Check your module classpath for missing or conflicting dependencies
I use IDEA Ultimate 2021.2.2. What setting I miss here? (invalidating cache, restart and rebuild does not help)Arpan Sarkar
09/21/2021, 5:24 AMKirill Grouchnikov
09/21/2021, 1:05 PMException in thread "main" java.lang.NoClassDefFoundError: kotlin/Result
at kotlinx.coroutines.debug.AgentPremain.<clinit>(AgentPremain.kt:24)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:515)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:527)
*** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at ./open/src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 422
Stylianos Gakis
09/24/2021, 6:37 PMkotlin.collections.LinkedHashMap
, and I would like to see how the functions are actually implemented for my platform, but I can’t find a way to do that in the IDE. Any help?Jason5lee
09/28/2021, 12:12 PMspand
09/29/2021, 9:09 AMelect
09/29/2021, 10:55 AMRan
09/29/2021, 11:44 AMwasyl
09/30/2021, 10:42 AMFudge
10/02/2021, 6:32 AMLastExceed
10/05/2021, 11:17 AMKlitos Kyriacou
10/05/2021, 2:05 PMSettings -> Inspections -> Kotlin -> Unused import directive
set to "Warning", but when I build the project I don't see any unused imports listed. I can only see them by going to individual files in the editor and looking for greyed-out import statements. When looking at Java projects, on the other hand, I can see a list of used imports when I build.mbonnin
10/05/2021, 2:34 PMfun test(a: String) {
}
Parameter 'a' is never used
.viralshah
10/06/2021, 4:33 PMchristophsturm
10/08/2021, 11:01 AMAlex Styl
10/08/2021, 3:51 PM