Use `runtimeOnly` to prevent depending on infra at compile phase by KengoTODA · Pull Request #2 · n-takehata/kotlin-onion-architecture-example-with-springboot-and-gradle
こんにちは、blog拝見しました。 "SpringのDIの仕様上Presentation層からInfrastructure層への依存が必要" と記載されている箇所ですが、 runtimeOnly を使うことで「コード上で依存させないこと」と「SpringがDI時に参照できること」を両立できると思いました。 サーバがエラー無く立ち上がるところまでは確認…