-
Updated
Dec 7, 2021
Kotlin

Kotlin is a statically typed programming language for modern multiplatform applications. 100% interoperable with Java and Android, it now supports JavaScript and native with LLVM (including iOS). It was developed by JetBrains in 2011, and designed to be a new language for the Java Virtual Machine (JVM) that can compile quickly.
Here are 30,543 public repositories matching this topic...
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Aug 31, 2021 - Kotlin
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Oct 30, 2021 - Kotlin
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Feb 14, 2021 - Kotlin
-
Updated
Nov 26, 2021 - Java
-
Updated
Nov 26, 2021 - Java
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Oct 16, 2021 - Java
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Dec 24, 2021 - Kotlin
-
Updated
Nov 13, 2018
-
Updated
Dec 24, 2021 - Kotlin
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
-
Updated
Dec 21, 2021 - Kotlin
-
Updated
Dec 11, 2020 - Java
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Oct 14, 2021 - Kotlin
Created by JetBrains
Released February 15, 2016
Latest release 11 days ago
- Repository
- JetBrains/kotlin
- Website
- kotlinlang.org
- Wikipedia
- Wikipedia
Problem description
TvToast displays a custom Toast on Android TV devices. It does so by modifying the
Toast.getView()
's message TextView.On Android 30+ it is no longer allowed to access toast's view via
getView()
and it led to crashes (see #2161). Cust