use common plugin

This commit is contained in:
2025-12-13 01:47:38 +01:00
parent 889f5ddb6c
commit 810c2d4263
3 changed files with 15 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
[versions]
kotlin = "2.2.10"
infendro = "1.0.0"
kotlin = "2.2.21"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }