xref: /aosp_15_r20/external/ksp/integration-tests/src/test/resources/hmpp/build.gradle.kts (revision af87fb4bb8e3042070d2a054e912924f599b22b7)

<lambda>null1 plugins {
2     kotlin("multiplatform") apply false
3 }
4 
5 val testRepo: String by project
<lambda>null6 allprojects {
7     repositories {
8         maven(testRepo)
9         mavenCentral()
10         maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/")
11     }
12 }
13