Add JvmMultifileClass to preserve public API surface
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@file:kotlin.jvm.JvmMultifileClass
|
||||||
|
@file:kotlin.jvm.JvmName("MathKt")
|
||||||
|
|
||||||
|
|
||||||
package kotlin.math
|
package kotlin.math
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@file:JvmVersion
|
@file:JvmVersion
|
||||||
|
@file:JvmMultifileClass
|
||||||
@file:JvmName("MathKt")
|
@file:JvmName("MathKt")
|
||||||
|
|
||||||
package kotlin.math
|
package kotlin.math
|
||||||
|
|||||||
Reference in New Issue
Block a user