[Minor] Re-format :kotlin-klib-commonizer and :kotlin-klib-commonizer-api

This commit is contained in:
sebastian.sellmair
2021-04-14 14:33:50 +02:00
committed by Space
parent f893709e5b
commit 05a6d89151
91 changed files with 1144 additions and 351 deletions
@@ -7,7 +7,6 @@ package org.jetbrains.kotlin.commonizer
import java.io.File
import java.io.Serializable
import kotlin.jvm.Throws
public interface Commonizer : Serializable {
@Throws(Throwable::class)