[Build] Add build-tools-api and build-tools-impl modules

#KT-57396 In Progress
This commit is contained in:
Alexander.Likhachev
2023-03-17 13:57:54 +01:00
committed by Space Team
parent 3ab057b5e8
commit 3a8d7c0839
10 changed files with 74 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@
<trust file=".*[.]pom" regex="true"/>
<trust file="kotlin-native-prebuilt-.*" regex="true"/>
<trust group="gradle" name="gradle" file="gradle-.*-src[.]zip" regex="true"/>
<trust group="org.jetbrains.kotlin" name="build-tools-api" version="1.9.[0-9](-.+)?" regex="true"/>
<trust group="org.jetbrains.kotlin" name="build-tools-impl" version="1.9.[0-9](-.+)?" regex="true"/>
<trust group="org.jetbrains.kotlin" name="builtins" version="1.9.[0-9](-.+)?" regex="true"/>
<trust group="org.jetbrains.kotlin" name="kotlin-android-extensions" version="1.9.[0-9](-.+)?" regex="true"/>
<trust group="org.jetbrains.kotlin" name="kotlin-annotation-processing-embeddable" version="1.9.[0-9](-.+)?" regex="true"/>