Popular repositories Loading
-
KonTinuity
KonTinuity PublicProvides fully-fledged multishot delimitied continuations in Kotlin with Coroutines
Kotlin 11
-
kotlin-lambda-return-inliner
kotlin-lambda-return-inliner PublicA Kotlin compiler plugin that optimises lambdas returned by inlined functions
-
kotlin-null-defaults
kotlin-null-defaults PublicA Kotlin compiler plugin that allows Java callers to pass in null for default parameters
-
-
kotlin-all-static
kotlin-all-static PublicA Kotlin compiler plugin that automatically makes every function/property inside an object static
Kotlin 2
244 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 12 commits in 1 repository
Created 1 repository
-
kyay10/kotlinx.coroutines
Kotlin
This contribution was made on Apr 7
Created a pull request in Kotlin/kotlinx.coroutines that received 2 comments
Nit: Remove vestigial safe call in jvm Exceptions.kt
Looking at the git diff, seems like this change was first made to address job
being null after deserialization, but then a commit afterwards made job
…