Marcin Moskała
Marcin Moskała
It is a thought sentence. "We always start new coroutines inside a scope." sounds like all we do in scope is starting new coroutines. It is also not true that...
This code demonstrates the problem: ```kotlin @Serializable class HeaderConfig( val deckName: String, val articleFileName: String? = null, val packageDestination: String? = null, ) val headerContent = """ deckName: Aktywne::Zasady articleFileName:...
override repositories to make tests independent on API
Check out this articles: https://medium.com/@Cypressious/your-first-firefox-web-extension-in-kotlin-348fc907915 https://medium.com/@Cypressious/your-second-firefox-extension-in-kotlin-bafd91d87c41 Consider using this: https://github.com/cypressious/kotlin-webextensions-declarations
This can be used: https://github.com/edvin/fxldemo-gradle