Files

10 lines
134 B
Kotlin

plugins {
id("gwenedeg.kmp.library")
}
kotlin {
androidLibrary {
namespace = "bzh.ajaury.chombev.core.model"
}
}