Markwon/settings.gradle
2018-12-28 14:19:36 +03:00

17 lines
494 B
Groovy

rootProject.name = 'MarkwonProject'
include ':app', ':sample',
':markwon',
':markwon-ext-latex',
':markwon-ext-strikethrough',
':markwon-ext-tables',
':markwon-ext-tasklist',
':markwon-html',
':markwon-image-gif',
':markwon-image-okhttp',
':markwon-image-svg',
':markwon-recycler',
':markwon-syntax-highlight',
':markwon-test-span',
':sample-custom-extension',
':sample-latex-math'