Files

10 lines
139 B
Kotlin

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