Ram Vellanki
Ram Vellanki
Resolves #554 **Signature** ```kotlin inline fun Context.scheduleJob( jobId: Int, buildSequence: JobInfo.Builder.() -> Unit ): Int ``` **Before** ```kotlin val serviceComponent = ComponentName(this, MyService::class.java) val builder = JobInfo.Builder(jobId++, serviceComponent) if (wiFiConnectivityRadioButton.isChecked)...
I think it would be extremely useful to extend the `android.util.Log` API with the functionality of lazy `String` messages and default `tag` parameters like so ```kotlin Log.i("tag") { "msg" }...
I'd like to propose a helper function for the JobScheduler API which is fairly cumbersome in Kotlin right now even with current KTX features. The signature of the function would...
Upon updating the Kotlin version for this project, the existing implementation for async functionality should be refactored to coroutines.
[Read the Docs](http://khttp.readthedocs.io/en/latest/user/quickstart.html#post-a-multipart-encoded-file) needs to be updated for the `FileLike` API changes in PR #20
Can you please create a new release for commit 931fa366adb6196c83e1e509f3098d0682184a34?