ralf
07/10/2020, 7:22 PMDmitry Pogrebnoy
07/13/2020, 3:46 PMLeoColman
07/14/2020, 11:11 PMkotlin {
js(IR) {
nodejs()
binaries.executable()
}
}
as my setup, and when running build
it outputs a JS file to build/js/packages/...
, but files from resources
are nowhere to be found over there. What's the proper way to generate a executable file that works on its own?Zac Sweers
07/15/2020, 5:19 PMThe feature “unit conversion” is disabled
private class OnJobDone(
private val jobDone: (Job) -> Unit,
val allDone: () -> Unit
)
private val callbacks = OnJobDone(
jobDone = jobToChannelId andThen trackChannelSynced,
// Fails on the next line
allDone = {
// ...
}
)
Rachel
07/16/2020, 10:41 PM+--- org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4-M3
| +--- org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4-M3
| | +--- org.jetbrains.kotlin:kotlin-scripting-common:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4-M3
| | | | \--- org.jetbrains:annotations:13.0
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 <-------------------------------------
| | +--- org.jetbrains.kotlin:kotlin-scripting-jvm:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-script-runtime:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
| | | \--- org.jetbrains.kotlin:kotlin-scripting-common:1.4-M3 (*)
| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 <------------------------------------------
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
According to https://kotlinlang.org/eap/#build-details the compatible version of kotlinx.coroutines
is 1.3.7-1.4-M3
.christophsturm
07/27/2020, 10:46 AMSinan Kozak
07/27/2020, 2:45 PMgetAPP_ENTRY_8z4Jxt8
,compiler fails to find getAPP_ENTRY
from java code. This only happens when return type is inline class. What could be root cause?Ryan Simon
07/27/2020, 5:03 PM1.4-RC
as the version, but what worked was 1.4.0-rc
. May be worth updatingralf
07/27/2020, 6:19 PM0.20.0
. Until now there has always been a preview build, e.g. 0.20.0-1.4-M3
. With the RC there’s only 1.0-M1-1.4.0-rc
. I’d just like to confirm whether this is intentional and if Kotlin Serialization will reach 1.0 with the final 1.4 release? We’d like to avoid milestone releases in production.galex
07/28/2020, 2:29 PMMarc Knaup
07/29/2020, 10:29 AMkotlin-dsl
version for Kotlin 1.4.0-rc?Justin
07/29/2020, 7:04 PMMarc Knaup
07/30/2020, 12:05 PM<*>
when casting to the generic GraphEnumDefinition
? Or a bug? 😄
It’s inferred correctly.Nikky
07/30/2020, 10:02 PMCould not find org.jetbrains.kotlin:kotlin-stdlib-js:1.4.0-rc-KT-40650.
required by org.jetbrains.kotlinx:kotlinx-nodejs:0.0.4
the repo only mentions jcenter()
as required repoColton Idle
07/31/2020, 8:07 AMviewModels
I didn't change my code at all. I tried clean and rebuilding with no luckRachel
08/05/2020, 10:10 AM1.3.x
. I provide screenshots in the thread. Thanks in advance!!Brett Best
08/06/2020, 12:05 AMRan
08/19/2020, 6:54 AMKirill Vasilenko
08/19/2020, 5:17 PMTolriq
08/25/2020, 7:18 AMTextView.getText().toString() == ""
works but
TextView.text.toString() == ""
(As suggested by IDE and previously worked) triggers java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.lang.String
. It's like in the second case the .toString() call is converted to a cast and not the proper toString()ralf
09/14/2020, 11:33 PM1.4.30
published? I see them here already: https://github.com/JetBrains/kotlin/releases But I can’t find them here: http://dl.bintray.com/kotlin/kotlin-dev/org/jetbrains/kotlin/jvm/org.jetbrains.kotlin.jvm.gradle.plugin/nitrog42
09/15/2020, 8:48 AMAlex Anisimov
09/28/2020, 11:10 AMkotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://kotl.in/1.4.20-M1louiscad
10/01/2020, 10:40 AMlouiscad
10/06/2020, 3:26 PMlouiscad
10/09/2020, 10:49 AMAlex Anisimov
10/19/2020, 12:33 PMkotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://kotl.in/1.4.20-M2Sinan Kozak
10/29/2020, 9:46 AMDeactivated User
10/31/2020, 12:12 PMAlex Anisimov
11/03/2020, 9:26 AMkotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/tag/v1.4.20-RCAlex Anisimov
11/03/2020, 9:26 AMkotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/tag/v1.4.20-RCnitrog42
11/03/2020, 10:25 AMMargarita Bobova
11/03/2020, 12:06 PM