com.eidu.content.learningpackages.domain.LearningUnitList.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of learning-packages Show documentation
Show all versions of learning-packages Show documentation
Support for reading EIDU learning packages
The newest version!
package com.eidu.content.learningpackages.domain
import kotlinx.serialization.Serializable
@Serializable
data class LearningUnitList(
val units: List
)