hot-reload-annotations/build.gradle.kts [16:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id("com.android.library") build.publish build.apiValidation } kotlin { compilerOptions { explicitApi() } applyDefaultHierarchyTemplate { common { group("noop") { withCompilations { it !is KotlinJvmCompilation } } } } jvm() androidTarget { publishLibraryVariants("release") } macosArm64() macosX64() linuxX64() linuxArm64() iosSimulatorArm64() iosArm64() iosX64() @OptIn(ExperimentalWasmDsl::class) wasmJs() js() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hot-reload-runtime-api/build.gradle.kts [19:56]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id("com.android.library") build.publish build.apiValidation } kotlin { compilerOptions { explicitApi() } applyDefaultHierarchyTemplate { common { group("noop") { withCompilations { it !is KotlinJvmCompilation } } } } jvm() androidTarget { publishLibraryVariants("release") } macosArm64() macosX64() linuxX64() linuxArm64() iosSimulatorArm64() iosArm64() iosX64() @OptIn(ExperimentalWasmDsl::class) wasmJs() js() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -