Add multimovies extension (#1380)

This commit is contained in:
Secozzi
2023-03-12 22:51:00 +01:00
committed by GitHub
parent a71b2d6122
commit 0f98d9e934
16 changed files with 1686 additions and 8 deletions

View File

@ -1,5 +1,6 @@
plugins {
id("com.android.library")
id("kotlinx-serialization") // for the DTO
kotlin("android")
}