louiscad
01/28/2024, 9:13 PMzsmb
01/28/2024, 9:25 PMlouiscad
01/30/2024, 2:15 PMAnton Makeev
02/12/2024, 1:10 PMtemplate
, mixin
snippet
, part
and some other terms. Decided that templates describes the purpose the best: it’s is used to create a module with the prefefined configuration. But the resulting configuration could be overridden and fine-tuned.
Not sure I understand what you think should be required. Could you elaborate?louiscad
02/12/2024, 4:25 PMAnton Makeev
02/12/2024, 5:27 PMlouiscad
02/12/2024, 5:43 PMAnton Makeev
02/15/2024, 1:26 PMlouiscad
02/15/2024, 2:18 PMkmp-lib-private
, kmp-lib-published
, android-app
, wearos-app
, ios-app
, desktop-app
, codegen-module
, jvm-lib-private
, `android-lib-published`…
Those templates, that the IDE could generate or reuse when needed, would use more primitive constructs, and most importantly, it'd be possible to change some configuration throughout all modules.
Also, it'd be possible to introduce private templates (that is, designed only to be used in other templates), for example, kmp-lib
(to be used in both private and published variants), kotlin-lib-publishing
(to be used in kmp-lib-published
and `android-lib-published`…), etc.louiscad
02/15/2024, 2:19 PMAnton Makeev
02/15/2024, 4:06 PMlouiscad
02/15/2024, 4:09 PMlouiscad
02/15/2024, 4:10 PMlouiscad
02/15/2024, 4:12 PMAnton Makeev
02/15/2024, 5:28 PM