-
Updated
May 19, 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 18,245 public repositories matching this topic...
-
Updated
May 22, 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
Adding a printing feature (using window.print(); and @media print
css rules) would make a neat "export" feature, good for archiving a monthly report because currently, the printed pages (2) are blank.
Style selector text?
I'm creating a selector like so:
activity?.selector("TITLE" , mList.map {
"SOME TEXT"
}) { _, i ->
// DO SOMETHING
}
The docs don't mention styling at all. How can I style "SOME TEXT" so that it's a different color? I have tried Html.fromText("...") and that has not changed the
Hi, by just following your readme nothing happens when I add one of your ItemAnimators. Is there maybe documentation missing?
Is it necessary to set a duration? Is it necessary to always call notifyItemInserted() or notifyItemRemoved()?
-
Updated
Apr 11, 2020 - Java
有虚拟键盘的,顶部图片设置不了沉浸式,看了wiki,也没有设置fitsSystemWindows相关
代码:
ImmersionBar.with(this).statusBarView(R.id.top_view)
.navigationBarColor(R.color.colorPrimary)
.fullScreen(true)
.addTag("PicAndColor")
.init();
怎么解决
-
Updated
Nov 13, 2018
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
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
The Android Java guide at one point says
Just call the startKoin() function.
It is vague and what worked for me was ContextFunctionsKt.startKoin
.
Please include this or possibly a more elegant solution in the guide.
ps: Is the website also opensource? I couldn't find it to make a PR.
Update Documentation
You should probably mention that the library also does a Rotate on the image during the rescale process.
The library also catches any exception possible (OOM, ...) it makes it quite hard to debug when using it.
-
Updated
May 22, 2020 - Kotlin
it's mandatory for now but I do not need to request focus when I call dialog, could be added some property that defines if focus should be requested
-
Updated
May 7, 2020 - Java
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
{
"$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 19, 2018 - Java
-
Updated
May 14, 2020 - Java
Created by JetBrains
Released February 15, 2016
Latest release about 1 month 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: