-
Updated
Sep 4, 2020
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 21,593 public repositories matching this topic...
-
Updated
Nov 7, 2020 - Kotlin
-
Updated
Oct 19, 2020 - Kotlin
-
Updated
Sep 29, 2020 - Kotlin
-
Updated
Oct 1, 2020 - Java
-
Updated
Nov 6, 2020 - Kotlin
-
Updated
Sep 27, 2020 - Java
-
Updated
Nov 7, 2020 - Kotlin
-
Updated
Oct 16, 2020 - Java
-
Updated
Nov 13, 2018
-
Updated
Nov 7, 2020 - Kotlin
-
Updated
Jul 28, 2020 - Java
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Oct 31, 2020 - Kotlin
-
Updated
Aug 8, 2020 - 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
Nov 6, 2020 - Kotlin
-
Updated
Nov 6, 2020 - Kotlin
-
Updated
Oct 21, 2020 - Java
-
Updated
Feb 3, 2020 - Java
-
Updated
Sep 29, 2020 - Java
Created by JetBrains
Released February 15, 2016
Latest release 2 months ago
- Repository
- JetBrains/kotlin
- Website
- kotlinlang.org
- Wikipedia
- Wikipedia
Description
When using leakcanary with android-test 1.3.1-alpha02 ui test suite always pass.😞
Using alpha version is required due to android/android-test#743 but in case when it gets into stable release more people will face the issue
Steps to Reproduce
Sample project that has test suite passing despite it shouldn't
https://github.com/mateuszkwiecinski/or