Skip to content

Commit

Permalink
moved generation code in src/commonMain/kotlinGen
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Nov 7, 2023
1 parent 3a16e47 commit 5ee4311
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/uns/gen/GenerateCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class GenerateCode : DefaultTask() {
abstract val files: FileSystemOperations

@get:OutputDirectory
val targetDir: Directory = layout.projectDirectory.dir("src/commonMainGen/kotlin")
val targetDir: Directory = layout.projectDirectory.dir("src/commonMain/kotlinGen")

@TaskAction
fun generate() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:OptIn(kotlin.experimental.ExperimentalTypeInference::class, kotlin.ExperimentalUnsignedTypes::class)
@file:OptIn(kotlin.ExperimentalUnsignedTypes::class, kotlin.experimental.ExperimentalTypeInference::class)
package uns

import kotlin.jvm.JvmName
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5ee4311

Please sign in to comment.