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
26 changed files with 262 additions and 155 deletions

View File

@ -1,8 +1,8 @@
plugins {
id("com.android.library")
id("mihon.library")
id("app.cash.sqldelight")
kotlin("android")
kotlin("plugin.serialization")
id("app.cash.sqldelight")
}
android {