Dariusz Kuc
02/02/2023, 10:35 PMlateinit
? or maybe by using Delegates.notNull()
? or is there some more elegant way to do it?spand
02/03/2023, 9:31 AM?: error("config is mandatory but was missing")
would be better than whatever funky errors lateinit or notNull producesDariusz Kuc
02/03/2023, 2:42 PMif you install this plugin you need to configure those properties
(failure at build time - compiler would complain) vs failing at runtime with the infoAleksei Tirman [JB]
02/07/2023, 8:19 PM