Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ksp = "2.3.3"
kgp-compile-only = "1.9.0"
compile-sdk = "36"
agp9 = "9.0.1"
nmcp = "1.3.1-SNAPSHOT-bd3a2d8eeaa63dce9dfc2c9d8b63f4a2a98a50e7"
nmcp = "1.4.4"

[libraries]
#noinspection AndroidGradlePluginVersion
Expand Down
7 changes: 7 additions & 0 deletions tapmoc-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ plugins {

Librarian.module(project)

kotlin {
compilerOptions {
// "Language version 2.0 is deprecated and its support will be removed in a future version of Kotlin"
freeCompilerArgs.add("-Xsuppress-version-warnings")
}
}

val optionalPlugins = mapOf(
"agp" to libs.agp,
"kgp" to libs.kgp.compile.only,
Expand Down
Loading