From 7fd8a2511a3e93bcfd96164c6e9759bb9472d8e0 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 8 Nov 2022 14:31:55 -0800 Subject: [PATCH] Tweak comments --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index af0909cdb0..001476f86e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ POM_DEVELOPER_NAME=Square, Inc. POM_DEVELOPER_URL=https://github.com/square/ SONATYPE_STAGING_PROFILE=com.squareup -# LEGACY compiler is deprecated, as currently we only forsee IR compatible consumers, -# we're only supporting IR. +# As LEGACY JS compiler is deprecated and we only anticipate IR compatible consumers, +# we're only supporting IR for now. # For details see https://kotlinlang.org/docs/js-ir-compiler.html kotlin.js.compiler=ir