This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Project | |
plugins { | |
alias(libs.plugins.ksp) apply false | |
alias(libs.plugins.hilt) apply false | |
} | |
// Module | |
plugins { | |
alias(libs.plugins.ksp) | |
alias(libs.plugins.hilt) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// プロジェクトの build.gradle | |
plugins { | |
... | |
id 'com.google.dagger.hilt.android' version '2.44' apply false | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# SUSE system statup script for GitBucket | |
# Copyright (C) 2014 Toshiaki Maki | |
# Copyright (C) 2007 Pascal Bleser | |
# | |
# This library is free software; you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2.1 of the License, or (at | |
# your option) any later version. |