Manga parsers library for Kotlin/JVM and Android https://kotatsu.app
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.
 
 
Go to file
Zakhar Timoshenko b6e2182069
[New source] MangaInUa (#16)
* [New source] MangaInUa

* Suggestions

Co-authored-by: Koitharu <nvasya95@gmail.com>

* Details, pages

* Search

Co-authored-by: Koitharu <nvasya95@gmail.com>
4 years ago
.github/ISSUE_TEMPLATE [Issue template] Update version 4 years ago
.idea Initial commit 4 years ago
gradle/wrapper Initial commit 4 years ago
kotatsu-parsers-ksp [MintManga] Fix pages list 4 years ago
src [New source] MangaInUa (#16) 4 years ago
.editorconfig Initial commit 4 years ago
.gitignore Improve unit tests 4 years ago
LICENSE Initial commit 4 years ago
README.md Add readme 4 years ago
build.gradle Refactor extensions 4 years ago
gradle.properties Initial commit 4 years ago
gradlew Initial commit 4 years ago
gradlew.bat Initial commit 4 years ago
settings.gradle Add ksp to generate MangaSource enum 4 years ago

README.md

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.nv95:kotatsu-parsers:master-SNAPSHOT'
}