Skip to content

Commit

Permalink
address comment, suppres spotless error
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Aug 16, 2024
1 parent 4607731 commit f94480c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ class V4Environment(
}
}

@Suppress("property-naming")
@JsExport
data object StatsigConfig {
var useSkip: Boolean = false
Expand Down
2 changes: 1 addition & 1 deletion v4_abacus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|



if !Dir.exist?('build/cocoapods/framework/Abacus.framework') || Dir.empty?('build/cocoapods/framework/Abacus.framework')
if false
raise "
Kotlin framework 'Abacus' doesn't exist yet, so a proper Xcode project can't be generated.
Expand Down

0 comments on commit f94480c

Please sign in to comment.