[Build] Enable explicit API mode for build-tools-api

#KT-57396 Fixed
This commit is contained in:
Alexander.Likhachev
2023-03-29 14:53:44 +02:00
committed by Space Team
parent 7d29d34bf9
commit 9127919e01
@@ -10,6 +10,10 @@ dependencies {
compileOnly(kotlinStdlib())
}
kotlin {
explicitApi()
}
publish()
standardPublicJars()