mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
Update build.gradle.kts
This commit is contained in:
parent
e99d27872f
commit
fbe980ca94
@ -16,8 +16,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
@file:Suppress("UnstableApiUsage")
|
||||
|
||||
plugins {
|
||||
id("unitto.library")
|
||||
id("unitto.library.compose")
|
||||
|
@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id("com.google.devtools.ksp")
|
||||
id("unitto.library")
|
||||
id("unitto.library.compose")
|
||||
id("unitto.library.feature")
|
||||
@ -36,7 +37,7 @@ dependencies {
|
||||
testImplementation(libs.org.jetbrains.kotlinx.kotlinx.coroutines.test)
|
||||
testImplementation(libs.androidx.room.runtime)
|
||||
testImplementation(libs.androidx.room.ktx)
|
||||
kapt(libs.androidx.room.compiler)
|
||||
ksp(libs.androidx.room.compiler)
|
||||
testImplementation(libs.androidx.datastore.datastore.preferences)
|
||||
|
||||
implementation(libs.com.squareup.moshi.moshi.kotlin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user