Nicholas Doglio
05/12/2020, 2:48 PMchristophsturm
05/12/2020, 3:19 PMWarning:Kotlin: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+NewInference
-XXLanguage:+SamConversionForKotlinFunctions
-XXLanguage:+ReferencesToSyntheticJavaProperties
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
I don’t remember editing any kotlin compiler flags and I also don’t see it anywhereGopal S Akshintala
05/14/2020, 2:24 PMnapperley
05/15/2020, 2:11 AMlinuxArm32Hfp("linuxArm32") {
compilations.getByName("main") {
// ...
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-native:" +
kotlinxSerializationVer)
}
}
// ...
}
Under External Libraries there is a entry for org.jetbrains.kotlinx:kotlinx-serialization-runtime-linuxarm32hfp but not for org.jetbrains.kotlinx:kotlinx-serialization-runtime-native.vineethraj49
05/19/2020, 12:53 AMmzgreen
05/20/2020, 1:03 PMv79
05/22/2020, 6:37 AMclass Launcher {
fun main(args: Array<String>) {
println("Hello world")
}
}
wasyl
05/22/2020, 10:45 AMBar
into Foo
such that I have Foo.Bar
)? Simple Move
refactoring doesn’t seem to offer such optionkartikpatodi
06/02/2020, 1:07 PMAnton Yalyshev [JB]
06/04/2020, 11:17 AMnapperley
06/07/2020, 3:53 AMZach Klippenstein (he/him) [MOD]
06/07/2020, 2:17 PMFlow.collect
method from the Flow
interface showed up first in code completion, despite being effectively internal. How does that actually work? Is there some internal hard-coding that special-cases that particular method, or is there a way to use this trick in other code?bitkid
06/10/2020, 10:30 AMError:java: Illegal char <:> at index 124: C:\Users\sadatgus\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\201.7846.76\jbr\bin\Could not resolve com.bitkid:test-commons:0.0.1-SNAPSHOT.
christophsturm
06/15/2020, 12:54 PMPHondogo
06/17/2020, 10:21 AMiex
06/18/2020, 9:55 AMandylamax
06/22/2020, 2:11 PMaddamsson
06/23/2020, 9:34 AM4
seconds for code completion to pop up. This breaks my flow 😞 Is there a way to speed up code completion somehow? I already have the delay reduced considerably, but it seems that the problem is elsewhere. This is even more pronounced when I'm using string interpolation.Ben
06/24/2020, 5:28 PMrrva
06/30/2020, 7:08 AMpoohbar
07/02/2020, 4:29 PMbod
07/05/2020, 1:21 PMkotlin
root folder, and added a package
declaration. I'm used to see a warning for this case, saying that the package doesn't match the directory structure (with an intention to move it). But it doesn't currently do it (no warning) - I'm on a Multiplatorm project, not sure if that's a factor. Ideas?Dico
07/06/2020, 3:23 PMRachel
07/07/2020, 10:38 AM1.4-M3-release
was published in Staging
and EAP-NEXT
channels yesterday:
- https://plugins.jetbrains.com/plugin/6954-kotlin/versions/eap-next
However, there are two 1.4-M3-release-x
versions for the Kotlin compiler in Kotlin DEV Maven repository https://dl.bintray.com/kotlin/kotlin-dev/org/jetbrains/kotlin/kotlin-compiler/:
1.4-M3-release-207/
1.4-M3-release-209/
I think it's the first time a Kotlin plugin for Intellij IDEA is published for 1.4-M3-x
while new plugins are published for 1.4.0-dev
versions in Bootstrap
channel continuously.
Please, I'd be very grateful if someone could confirm if new plugin versions for 1.4-M3-release
will be published in Staging
and EAP-NEXT
channels
or maybe the next published version will be the release of 1.4-M3
.
Thank you so much in advance!!rkeazor
07/08/2020, 4:07 PMmbonnin
07/09/2020, 2:10 PMbod
07/10/2020, 2:08 PMKarlo Lozovina
07/12/2020, 8:27 PMmbonnin
07/13/2020, 4:13 PMSystem property 'idea.debugger.dispatch.port' is not set
. Any idea how I can get that working?Joakim
07/20/2020, 11:25 AMJoakim
07/20/2020, 11:25 AMAlexey Belkov [JB]
07/21/2020, 9:40 AMJoakim
07/21/2020, 8:41 PM