Markwon/settings.gradle
2019-01-12 15:58:24 +03:00

15 lines
433 B
Groovy

rootProject.name = 'MarkwonProject'
include ':app', ':sample',
':markwon-core',
':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'