Skip to content

Commit

Permalink
Apply conventions directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 7, 2024
1 parent 46bb911 commit e450b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mordant-omnibus/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugins {
id("mordant-mpp-conventions")
id("mordant-kotlin-conventions")
id("mordant-native-conventions")
id("mordant-js-conventions")
id("mordant-publishing-conventions")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ajalt.mordant.internal

// This file is a workaround for KT-52344, which files to publish a target with no source files
internal val INTERNAL = true
private val INTERNAL = true

0 comments on commit e450b84

Please sign in to comment.