14 lines
386 B
Groovy
14 lines
386 B
Groovy
rootProject.name = 'MarkwonProject'
|
|
include ':app',
|
|
':markwon',
|
|
':markwon-ext-strikethrough',
|
|
':markwon-ext-tables',
|
|
':markwon-ext-tasklist',
|
|
':markwon-image-svg',
|
|
':markwon-image-gif',
|
|
':markwon-syntax-highlight',
|
|
':markwon-html',
|
|
':markwon-view',
|
|
':sample-custom-extension',
|
|
':sample-latex-math'
|