Sebastian Aigner
Sebastian Aigner
For anyone else looking, this bug is still present in 1.3.2. :)
Hi! Thanks for the PR. We're currently migrating this tutorial to the rest of the Kotlin documentation as a tutorial, see [here](https://github.com/JetBrains/kotlin-web-site/pull/2668). There's a number of other snippets that are...
Hi balamithun, this repository contains the texts for all hands-on tutorials. Please either specify the tutorial you're referencing, or consider opening an issue in the respective sample project under the...
Thanks for the report, @CfGit12 . Indeed, there is a problem that's currently affecting other Kotlin/JS projects as well: https://youtrack.jetbrains.com/issue/KT-52776/ and https://youtrack.jetbrains.com/issue/KT-52890. We'll update this tutorial with Kotlin 1.7.10, which...
Another snippet to downgrade the webpack version until we've addressed this: ``` rootProject.extensions.configure { versions.webpackCli.version = "4.10.0" } ```
So the problem with this explanation is that it's not `toString` that's magical, it's that `toString` happens to be defined on a receiver of type `Any?` – a nullable receiver...
> Also, are there many other classic Java functions built into the language that are defined on nullable receivers? I wouldn't call them "classic Java functions" – they're usually helpers...
The reference seems fine to me, but I think there’s some minor typos, and I would ask @koshachy to check whether this is all in accordance with our writing style...
@koshachy , since that ping was broken somehow.
(initially brought up internally at https://jetbrains.slack.com/archives/C2WQKN6JV/p1690982388347429).