You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kotatsu-parsers/README.md

718 B

Kotatsu parsers

Library that provides manga sources.

Kotlin License Discord

Usage

  1. Add it in your root build.gradle at the end of repositories:
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add the dependency
dependencies {
	implementation 'com.github.OshekharO:kotatsu-parsers:feature~ksp-SNAPSHOT'
}