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