mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
18 lines
447 B
Groovy
18 lines
447 B
Groovy
include ':protocol'
|
|
include ':app',
|
|
':core-utils',
|
|
':middleware',
|
|
':persistence',
|
|
':domain',
|
|
':data',
|
|
':device',
|
|
':presentation',
|
|
':presentation-editor',
|
|
':core-ui',
|
|
':library-kanban-widget',
|
|
':library-page-icon-picker-widget',
|
|
':library-emojifier',
|
|
':library-syntax-highlighter',
|
|
':sample',
|
|
':clipboard',
|
|
':analytics'
|