The Wayback Machine - https://web.archive.org/web/20210919022104/https://github.com/topics/kotlin-script
Skip to content
#

kotlin-script

Here are 39 public repositories matching this topic...

deep-clean
rock3r
rock3r commented Jul 26, 2018

Describe the bug
The script has only been tested on macOS and I suspect on Windows/Linux the -p and -n options are removing the whole "home" IDE folder for the user. I don't have either system to test on, so this requires someone to help out.

To Reproduce
[unknown] needs triaging

Expected behavior
-p and -n should only remove the IDE preferences subfolder, and the ca

michaem
michaem commented Dec 2, 2020

Legacy part of our sample doesn't have almost clean architecture.
That's why, we had some stuck trouble with relations between presentation layer and data layer.
For example check out these files CharacterPageDataSource.kt and CharactersListViewModel.kt and you'll see.

GlobalScope.launch(CoroutineExceptionHandler { _, _ ->
            retry = {
                loadInitial(params, cal

Improve this page

Add a description, image, and links to the kotlin-script topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-script topic, visit your repo's landing page and select "manage topics."

Learn more