sreich
06/24/2022, 7:58 PM@Slf4j
, replace is val log = KotlinLogger {}
. how do i get that result?sreich
06/24/2022, 8:17 PMa non-expression cannot be replaced with an expression
Norbi
06/24/2022, 9:16 PMgradlew --stop
).
I use Gradle 7.4.2.
Thanks!rrva
06/27/2022, 9:51 AMsreich
06/27/2022, 5:11 PMsreich
06/27/2022, 8:04 PMfunctionParameterTypes()
, functionParameters()
. Is this true? They are returning empty when I try porting a java template to kotlin. I do not see them in the dropdown, what can I use instead?sreich
06/28/2022, 3:49 PMmcpiroman
06/30/2022, 9:35 AMcoeraceIn
.
Or there is no exists
? Its named any
.
I highlight this, IMO overlooked, proposal would help in such situations.Jolan Rensen [JetBrains]
07/04/2022, 1:50 PMsrc/main/kotlin
, making IntelliJ stop giving hints. Is there a way to change the sourcesets in gradle while keeping the source root markings of IntelliJ as they were?
I have a sample project (actually built for something else) which has this issue. I marked it in TODOs for instance here. I did an attempt with idea.module {}
in build.gradle.kts
but that didn't seem to do anything except from giving me duplicate content roots... Any tips?
I was personally thinking I could maybe set the source folders back after building/deploying or something , but I also couldn't figure out how to do that...kotlinforandroid
07/05/2022, 8:41 AMintellij.indexing.shared.core
is missing/not activated. It is not listed under disabled_plugins.txt
. In fact, that file does not even exist.
Running Linux (NixOS).Stylianos Gakis
07/05/2022, 11:04 AMsreich
07/07/2022, 6:23 PMsreich
07/08/2022, 12:45 PM$Before$.$MethodCall$($Parameter$)
, problem is..it matches on <http://log.info|log.info> { }
as well as <http://log.info|log.info> ()
, how can i get it to not match on lambda? I set complete match but it still doesn't listen to me, i want it to take the parentheses as isv79
07/12/2022, 6:21 AMrrva
07/12/2022, 3:26 PMMikhail
07/17/2022, 11:28 PMMikhail
07/18/2022, 9:54 AMOliver.O
07/18/2022, 10:42 AMmkrussel
07/18/2022, 6:59 PMThis version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer.
I assume 2022.1.3 is newer than 2021.1.1
Anyone know what I need to do to resolve this, or can I ignore the import error.Marian Schubert
07/19/2022, 7:38 AMgradle
from command line also works, and it does not fail with these errors. Does this happens to anyone else?Piotr Krzemiński
07/19/2022, 11:27 AMimport it.krzeminski.githubactions.actions
. Looks like a bug - has anyone encountered it?Mikhail
07/19/2022, 10:37 PMReload all Gradle projects
into Repair IDE
?phldavies
07/20/2022, 3:25 PMtig
or k9s
are almost unbearably slow (even vim
can be at times)Nitin Karthy
07/21/2022, 4:03 PMVictor Cardona
07/23/2022, 6:37 PMMikhail
07/24/2022, 2:12 PMsshfs
but Intellij becomes INCREDIBLY slow with itedwinRNDR
07/26/2022, 9:03 AMfun
,while
,import
,sealed
,internal
)? I think such a feature would greatly help newcomers to the language.aarjav
07/28/2022, 3:53 PMKuba Petržílka
07/30/2022, 11:57 AMAlexander Maryanovsky
07/31/2022, 9:51 AMAlexander Maryanovsky
07/31/2022, 9:51 AMJavier
07/31/2022, 11:56 AMIgor Kolomiets
08/01/2022, 3:57 PM@file:OptIn(ExperimentalSerializationApi::class)
very annoying 😞Alexander Maryanovsky
08/01/2022, 5:50 PM