Rework buildSrc and remove usage of subprojects

This commit is contained in:
AntsyLich 2024-04-06 11:07:11 +06:00
parent aed53d3bdc
commit e448e40406
No known key found for this signature in database
26 changed files with 262 additions and 155 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("mihon.library")
kotlin("multiplatform")
kotlin("plugin.serialization")
id("com.android.library")
}
kotlin {