Fixed sample code for Kotlin by daisuzz · Pull Request #122 · TNG/ArchUnit
Hi. I was reading ArchUnit user guide and found that sample code for kotlin had wrong syntax. ArchRule rule = ArchRuleDefinition.noClasses().should()... This PR fixed this.