Marcin Moskała

Results 23 issues of 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

Android
Android mobile
Testing
to do

Chrome Plugin

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

Firefox Plugin

This can be used: https://github.com/edvin/fxldemo-gradle

Desktop