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 17,584 public repositories matching this topic...
I'd like to be able to limit the retry count in Authenticator to 3. At the moment it appears to be 20. I don't see anything to do this and didn't get an answer in StackOverflow, so assuming it's not possible at the moment.
-
Updated
Apr 23, 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.
I use material dialog 3.1.1 version with bottom-sheet behavior, When dialog is going to dismiss, first of all, bottom-sheet collapse completely and after that background/dim disappear immediately.
I compare it to android bottom-sheet dialog but it was OK and background disappear smoothly.
I checked it in Mi Mix 3 with Android 9.0 and Samsung A5 2016, both of them have this problem.
Today, I carefully read the wiki documentation and found that many apis have been officially enabled, such as:bg()
,Found deprecated in version 1.3 of kotlin.
I hope the wiki documentation is up to date.
Thank you
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
Currently there is no documentation when I compile a Fat Framework for iOS, even when I put documentation in the common code. I'm not entirely sure where it should go, perhaps in the ObjC headers?
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
My preferred build system is [build system user uses].
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.
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
Apr 23, 2020 - Kotlin
-
Updated
Apr 9, 2020 - Java
{
"$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
Apr 21, 2020 - Java
Created by JetBrains
Released February 15, 2016
Latest release 9 days ago
- Repository
- JetBrains/kotlin
- Website
- kotlinlang.org
- Wikipedia
- Wikipedia
Should these be removed