Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
fix(kts): add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chachako committed Dec 4, 2023
1 parent f440945 commit fe7f7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.gradle.kotlin.dsl.accessors

import kotlinx.metadata.Flag
import kotlinx.metadata.KmType
import kotlinx.metadata.KmVariance
import kotlinx.metadata.jvm.JvmMethodSignature
Expand Down Expand Up @@ -53,6 +52,7 @@ import org.gradle.kotlin.dsl.support.bytecode.publicFunctionFlags
import org.gradle.kotlin.dsl.support.bytecode.publicFunctionWithAnnotationsFlags
import org.gradle.kotlin.dsl.support.bytecode.publicStaticMethod
import org.gradle.kotlin.dsl.support.bytecode.publicStaticSyntheticMethod
import org.gradle.kotlin.dsl.support.bytecode.publicStaticVarargMethod
import org.gradle.kotlin.dsl.support.uppercaseFirstChar
import org.jetbrains.org.objectweb.asm.MethodVisitor

Expand Down

0 comments on commit fe7f7b4

Please sign in to comment.