Browse Source

Build: Promote iconset to api

macos/dialog_size
weisj 3 years ago
parent
commit
37607b0a8c
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 2
      core/build.gradle.kts

2
core/build.gradle.kts

@ -11,9 +11,9 @@ plugins {
dependencies { dependencies {
api(projects.darklafTheme) api(projects.darklafTheme)
api(projects.darklafPropertyLoader) api(projects.darklafPropertyLoader)
api(projects.darklafIconset)
api(projects.darklafUtils) api(projects.darklafUtils)
implementation(projects.darklafCompatibility) implementation(projects.darklafCompatibility)
implementation(projects.darklafIconset)
implementation(projects.darklafNativeUtils) implementation(projects.darklafNativeUtils)
implementation(projects.darklafPlatformBase) implementation(projects.darklafPlatformBase)
implementation(projects.darklafWindows) implementation(projects.darklafWindows)

Loading…
Cancel
Save