library/templates/StringPackIds.kt (5 lines of code) (raw):

/* Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. * * This source code is licensed under the Apache 2.0 license found in * the LICENSE file in the root directory of this source tree. */ package {package.name} import com.whatsapp.stringpacks.StringPacks fun registerStringPackIds() { StringPacks.getInstance().register(getStringPacksMapping()) } // region StringPacks ID Map // endregion