Skip to content

Commit

Permalink
Fixes lib accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhule committed Jun 9, 2023
1 parent 853c1c4 commit dbcb9c8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 144 deletions.
3 changes: 3 additions & 0 deletions conventions/src/main/kotlin/PluginAccessors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ val PluginDependenciesSpec.`polyworld-android-app`: PluginDependencySpec
val PluginDependenciesSpec.`polyworld-android-app-compose`: PluginDependencySpec
get() = polyworld("android-app-compose")

val PluginDependenciesSpec.`polyworld-android-lib`: PluginDependencySpec
get() = polyworld("android-lib")

val PluginDependenciesSpec.`polyworld-android-lib-compose`: PluginDependencySpec
get() = polyworld("android-lib-compose")
val PluginDependenciesSpec.`polyworld-root`: PluginDependencySpec
Expand Down
58 changes: 0 additions & 58 deletions plugin/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit dbcb9c8

Please sign in to comment.