Adam S
04/26/2023, 2:03 PMholgerbrandl
04/27/2023, 7:38 PMPablichjenkov
04/27/2023, 11:46 PMKirill Zhukov
04/28/2023, 5:59 PM-opt-in=kotlin.experimental.ExperimentalObjCRefinement
grahamborland
05/01/2023, 11:35 AMkotlin.Result
from auto-import? I’m using another Result library and its Result
is never suggested for import because the IDE assumes I always want kotlin.Result
. Excluding it from auto-import in the IDE config doesn’t work, see https://youtrack.jetbrains.com/issue/KTIJ-12918/Endre Deak
05/01/2023, 9:25 PMandylamax
05/02/2023, 4:29 AMrobstoll
05/04/2023, 8:38 AMJeff Lockhart
05/09/2023, 8:37 PMcompileOnly
dependency in an intermediate android + jvm source set. The android dependency is what gets compiled for the android target. With the default dependency priority order, the IDE shows a false positive error for a conflicting API between the two libraries.andylamax
05/10/2023, 4:49 AMrkeazor
05/10/2023, 5:28 PMKlitos Kyriacou
05/11/2023, 2:04 PM"""
in a scratch file, the result window shows lines in the wrong order. Is this a known issue?asdf asdf
05/14/2023, 4:31 PMPiotr Krzemiński
05/15/2023, 8:40 AMPaul Woitaschek
05/16/2023, 8:49 AMFelix
05/16/2023, 9:31 AMTask 'runCommonizer' not found in project ...
When loading a multi-platform project.
The problem does not happen on IntelliJ 2022.3.3Felix
05/16/2023, 9:32 AMnatpryce
05/19/2023, 7:28 AMHammad
05/19/2023, 2:22 PMAn exception occurred applying plugin request [id: 'org.hibernate.orm', version: '6.1.7.Final']
> Failed to apply plugin 'org.hibernate.orm'.
> Could not create an instance of type org.hibernate.orm.tooling.gradle.HibernateOrmSpec.
> Extension of type 'JavaPluginExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, SpringBootExtension, StandardDependencyManagementExtension, SourceSetContainer]
efemoney
05/23/2023, 9:59 AMbitkiller
05/23/2023, 10:03 PMasdf asdf
05/25/2023, 3:59 AMKotlinLeaner
05/25/2023, 10:17 AMJavier
05/26/2023, 1:57 PMSource files were not indexed...
message with the index
button. Even though I like the idea, I prefer a slower speed as it is not working very well in its current state due to the following:
• clicking the index button closes the tab, and you have to reopen it, it isn't very pleasant.
• it doesn't index in some files after clicking index, and I have to go to GitHub to see the sources.
Any workaround for that? Is it possible to index in the same way it does before?natario1
05/27/2023, 4:35 PMJason Robinson
05/31/2023, 5:36 AMAyfri
05/31/2023, 9:20 PM:run
task to the Kotlin project of this task ?Ryan Brink
06/01/2023, 4:37 AM$HOME
like sane people, they mounted it at $HOME/workspace
. So basically, devs need to do custom path overrides for pretty much anything that expects to be able to store data somewhere in the $HOME
directory.
Since fleet's cache is pretty large, and by default is stored under $HOME/.cache
, in my specific case, it eats up the entire available storage.
I don't see any way to specify an alternate cache location in the docs (would need to store the cache under $HOME/workspace/.cache
), but hopefully I'm just missing something.jonas.app
06/03/2023, 10:31 AMDavid W
06/04/2023, 7:42 PM