-
Updated
Oct 4, 2021 - Kotlin
kotlin-library
Here are 1,060 public repositories matching this topic...
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Jun 17, 2021 - Kotlin
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Sep 30, 2021 - Kotlin
-
Updated
Oct 2, 2021 - Kotlin
-
Updated
Sep 20, 2021
-
Updated
May 20, 2020 - Kotlin
Extend existing collection extension methods like isEmpty
and isNotEmpty
to include contracts that imply whenever the verified collections are not null.
For example:
/**
* @return true if the array is null or has no elements.
*/
@OptIn(ExperimentalContracts::class)
fun <Type> GdxArray<Type>?.isEmpty(): Boolean {
contract {
returns(false) implies (this@isEmpty != nu
-
Updated
Jul 25, 2021 - Kotlin
-
Updated
May 25, 2021 - Kotlin
-
Updated
Sep 22, 2021 - Kotlin
-
Updated
Aug 30, 2021 - Kotlin
-
Updated
Nov 20, 2018 - Kotlin
-
Updated
Aug 16, 2018 - Kotlin
-
Updated
Jun 21, 2021 - Kotlin
-
Updated
Feb 14, 2021 - Kotlin
When I scroll to China and while I am inside China's box, it shows a lot of different numbers of population when there should only be one number referring to China's population.
Screen Recording:
(URL : https://www.dropbox.com/s/bsty0kfhu9l8qrr/20210111_133818~2.mp4?dl=0)
This issue in depicted in the video from 0:09 to the end.
Sorry for the multiple issue creations. At first I wrote this
-
Updated
Aug 31, 2021 - Kotlin
-
Updated
Sep 9, 2021 - Kotlin
-
Updated
Oct 23, 2020 - Kotlin
-
Updated
Sep 24, 2021 - Kotlin
-
Updated
Feb 7, 2019 - Kotlin
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
Oct 2, 2021 - Kotlin
-
Updated
Sep 17, 2021 - Kotlin
-
Updated
Aug 25, 2017 - Kotlin
-
Updated
Jun 17, 2021 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-library topic, visit your repo's landing page and select "manage topics."
Add
focusRectSizeFactor
parameter for rectangle focus shape (likefocusCircleRadiusFactor
for circular). Default value should be 1.