-
Updated
Jul 13, 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 19,449 public repositories matching this topic...
-
Updated
Jul 17, 2020 - Kotlin
Run following commands and enjoy the stream of warnings from Dokka:
rm -rf docs/api
./gradlew leakcanary-android-core:dokka leakcanary-android-instrumentation:dokka leakcanary-android-process:dokka leakcanary-object-watcher-android:dokka leakcanary-object-watcher:dokka shark-android:dokka shark-graph:dokka shark-hprof:dokka shark-log:dokka shark:dokka
Review errors and see if any of t
-
Updated
Jul 9, 2020 - Java
-
Updated
Jun 22, 2020 - Java
-
Updated
Jul 17, 2020
-
Updated
Jun 17, 2020 - Java
-
Updated
Jul 16, 2020 - Java
It would be great if it were clarified in https://github.com/JetBrains/kotlin-native/blob/master/CONCURRENCY.md that any time an object is referenced by two functions that can change the coroutine context (eg async, launch, withContext, suspending function) that the object will be frozen. It'd be helpful to drive home the point by showing an example where the coroutine is executed on a single thr
Why/User Benefit/User Problem
At the moment, it is not obvious which elements of a manga card can be clicked on for functionality. There is no indication that clicking on the author or artist will search your catalog for them, or that the source will do the same. They appear exactly the same as non-clickable text like the chapter count.
What/Requirements
The clickable text in the info
-
Updated
Nov 13, 2018
Subsystem
Kotlin multiplatform library: ktor-client-logging:1.3.0
Is your feature request related to a problem? Please describe.
Problem: not able to filter calls to be logged. All calls are being logged by default.
Describe the solution you'd like
Add a filter option in Logging configuration block (this solution is available on Android in CallLogging feature, but it is absent
-
Updated
Oct 16, 2019 - Java
I make a lot of commits with small changes
-
Updated
Jul 14, 2020 - Kotlin
-
Updated
Jun 15, 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
Jul 16, 2020 - Kotlin
I was trying to use REST Assured for the first and was going through the documentation to help me but was getting nowhere. I had put in the correct Maven repository and have copied the relevant classes to be imported but was getting nowhere.
After fiddling around for ages, I had discovered that the classes had to be statically imported but since I had directly copied the classes from the wiki, I
-
Updated
May 23, 2020 - Java
-
Updated
Feb 3, 2020 - Java
-
Updated
Nov 19, 2018 - Java
-
Updated
Jul 4, 2020 - Java
Created by JetBrains
Released February 15, 2016
Latest release 3 months ago
- Repository
- JetBrains/kotlin
- Website
- kotlinlang.org
- Wikipedia
- Wikipedia
Currently, OkHttp reaps "idle" connections (i.e. connections not in use) if either of the following is true: