#
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 33,868 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
May 15, 2022 - Kotlin
The Google I/O Android App
-
Updated
May 12, 2022 - Kotlin
-
Updated
May 1, 2022 - Kotlin
Free and open source manga reader for Android.
-
Updated
May 15, 2022 - Kotlin
An Android Animation library which easily add itemanimator to RecyclerView items.
-
Updated
Feb 14, 2021 - Kotlin
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
-
Updated
Mar 25, 2022 - Java
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
-
Updated
May 15, 2022 - Kotlin
Framework for quickly creating connected applications in Kotlin with minimal effort
-
Updated
May 15, 2022 - Kotlin
An Android transformation library providing a variety of image transformations for Glide.
-
Updated
Mar 8, 2022 - Java
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
-
Updated
May 13, 2022 - Kotlin
Image loading for Android backed by Kotlin Coroutines.
-
Updated
May 15, 2022 - Kotlin
A modern I/O library for Android, Java, and Kotlin Multiplatform.
-
Updated
Apr 20, 2022 - Kotlin
A set of Kotlin extensions for Android app development.
-
Updated
Nov 13, 2018
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
May 11, 2022 - Kotlin
Android and Java bytecode viewer
-
Updated
Mar 24, 2022 - Java
An android image compression library.
android
kotlin
photos
compression
kotlin-android
kotlin-library
android-library
compress-images
compressor
image-compression
kotlin-coroutines
-
Updated
Oct 14, 2021 - Kotlin
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
-
Updated
Mar 4, 2022 - Java
A simple and modern Java and Kotlin web framework
-
Updated
May 13, 2022 - Kotlin
jose-zenledger
commented
Apr 13, 2022
Version
Other
What happened?
After I run migrations I run pg_dump to create the schema file (I tried adding a bunch of flags to reduce what gets put in there):
PGPASSWORD=postgres pg_dump -U postgres -h db -p 5432 --schema public --schema-only --no-tablespaces --no-subscriptions --no-security-labels --no-publications -x currencydb > database/structure.sql
Which has the
Created by JetBrains
Released February 15, 2016
Latest release 27 days ago
- Repository
- JetBrains/kotlin
- Website
- kotlinlang.org
- Wikipedia
- Wikipedia
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.